Detecting a 'scroll' event.

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
I have 2 WPF list boxes, that I need to scroll simultaneously, e.g. if Listbox1 scrolls down by 7 pixels, lixtbox 2 should do the same.

However, I cannot seem to find any event that gets fired when the listbox scrolls.

Any ideas?


OR

Is there a way I can do this with WPF databinding? I can't seem to find any way of getting / setting the scroll position in xaml...


More...

View All Our Microsoft Related Feeds
 
Back
Top