Hello,
is there a simple way / property to let the grid scroll always to the last object / bottom? I disabled sorting and use a BindingList as DataSource. While i am adding elements to the list, i want the grind to display always the most recent element...
Thanks.
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Jo, thanks. That helped a lot.
Hello Frank,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want to achieve. Basically I handled the RecordInitialized event of the XamDataGrid and call its BringRecordIntoView method. Please let me know if this helps you or you need further clarifications on this matter.
Looking forward for your reply.