How to increase scrollbar width in WPF ScrollViewer?

前端 未结 4 1282
臣服心动
臣服心动 2020-12-01 04:33

I am working on a touch screen on a small device and the custom width of the scroll-bar is no good as one of my requirements is that everything needs to be doable by finger

4条回答
  •  眼角桃花
    2020-12-01 04:48

    Kent's answer can also be applied to easily all scrollbars in your application by placing it in your App.xaml resources, and by specifying the horizontal height key as well.

    
        
            50
            50
        
    
    

提交回复
热议问题