We have WPF application and there is scroll bar , we need to scroll vertically ( sometimes horizontally) till end i.e. top to bottom.
How do I do this? how do I know if bottom end is reached or for horizontal right/left end is reached ?
I believe IWPFScrollable can be used ,but not sure how to use it.
Tokci