BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
this.syncgrid.ScrollInView(newRowColumnIndex(0,0)); |
Hi Sarma,
Thank you for your update.
We analyzed your query and you can achieve your requirement like “scroll to top” by using ScrollInView() method and ScrollLineIndex property. Please find the code snippet as follows :
Code Snippet:
//Scroll to particular row index this.syncgrid.ScrollInView(new RowColumnIndex(RowIndex, 0)); //After scrolling, need to set corresponding row index as first visible index in view. this.syncgrid.GetVisualContainer().ScrollRows.ScrollLineIndex = RowIndex; |
We have also prepared the sample based on this and please find the sample under the following location:
http://www.syncfusion.com/downloads/support/forum/119127/simple_sfGrid_winrt-876981452.zip
Please let me know if this solution helps you.
Thanks,
Gobikrishnan M