wpf scrollviewer scrolltoverticaloffset
- by user279244
The events scrolltoVerticalOffset or the scrolltoHorizontalOffset do not change the values of the scrollviewer.
Please tell me at which event does the values HorizontalOffset and the VerticalOffset get changed?
I have tried LayoutUpdated() method but it goes in a infinite loop.
Thanks in advance