Hi,
we try to register on
this.Datagrid1.GetVisualContainer().ScrollOwner.ScrollChanged
However GetVisualContainer returns NULL even in Loaded event of the Grid, when the Grid is not yet visible.
How can we work around this issue? I don't like registering on the global IsVisibleChanged, because the grid will be hidden / displayed multiple times later on.
Thanks for your help!