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);