views:

16

answers:

1

Hi there,

I have a ListBox control with a vertical scrollbar. I would like to increase the Repeat Buttons' Height to something bigger because our UI is touch-compatible.

Is there a simple way to do it ?

Thank you and best regards,

Romanin

+1  A: 

Easiest is to modify the ControlTemplate for a vertical scrollbar and change it to what you want: ScrollBar ControlTemplate Example

Wallstreet Programmer