Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1564
ScrollIntoView ?
posted

Hi,

 There is a "ScrollIntoView" method ? like the one used with the WPF ListView ?

Also, is there a way to reset the scrollbar on the top ? 

Thanks 

Parents
  • 8576
    Offline posted
    Hi -
     
    The XamDataGrid (actually DataPresenterBase from which it is derived) exposes a BringRecordIntoView method that you can use to ensure that a particular record is i view:
     

    this.xamDataGrid.BringRecordIntoView(myRecord);

     
    I am not sure what you mean by 'reset the scrollbar on the top'?
     
    Joe Modica
     
Reply Children