Tagged Questions
4
votes
1answer
6k views
Silverlight 3 - ListBox : how to achieve Smooth Scroll and catch MouseDown/MouseUp events
I'm trying to adapt the behaviour of the ListBox for my needs and I ran into several problems
1) How can you programatically set the scrolling position of the ListBox
The ListBox does not provide an ...