Scroll a ListBox's VirtualizingStackPanel with buttons

Posted by Cen on Stack Overflow See other posts from Stack Overflow or by Cen
Published on 2010-06-17T08:23:35Z Indexed on 2010/06/17 8:33 UTC
Read the original article Hit count: 223

Filed under:
|
|

I have a Listbox displaying 5 items at a time, horizontally. I want to implement a 'Previous' and 'Next' button that when clicked, will display the previous set of 5, or next set of 5 items. I am not displaying the horizontal scroll bar, as I don't want a user to navigate with that.

Is there already some functionality implemented so I can do this, or do I need to write code to calculate what items I'm displaying, etc, in the button's click events?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf