WPF DataGrid how to get when ItemsSource updates
Posted
by plotnick
on Stack Overflow
See other posts from Stack Overflow
or by plotnick
Published on 2009-07-10T00:06:24Z
Indexed on
2010/03/31
14:03 UTC
Read the original article
Hit count: 539
Which event fires when DataGrid's source is updating? I've tried DataContextChanged and SourceUpdated but it never worked out.
Actually I need a simple thing. I want, if there is a new row comes, scroll the GridView's scrollbar down to the bottom to see what it was.
© Stack Overflow or respective owner