WPF ListBox's scrollviewer customizable so that there is no Scrollbar, only RepeatButtons

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-05-03T11:55:11Z Indexed on 2010/05/03 11:58 UTC
Read the original article Hit count: 376

Filed under:
|
|
|
|

Hi I would like to customize the scrollbars of a listbox's scrollviewer in such a way that the scrollbar only consists of a RepeatButton for scrolling up and a Repeatbutton for scrolling down. Nothing else. There should be no scrollbar (track) between the buttons. One button should be to the left of the ItemsPanel (scroll up) and the other on the right of the ItemsPanel.

Is that possible?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about templates