Completed
Last Updated: 05 Jul 2016 08:17 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 01 Jul 2016 11:42
Category: VirtualGrid
Type: Feature Request
0
ADD. RadVirtualGrid - scroll to row functionality by given row index

		
1 comment
ADMIN
Ralitsa
Posted on: 05 Jul 2016 08:17
We will introduce the feature in Telerik UI for WinForms Q3 2016 version. Please refer to the code snippet below how to use it: 

this.radVirtualGrid1.TableElement.RowScroller.ScrollToItem(this.radVirtualGrid1.RowCount - 1);