HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

隐藏式滚动条在触摸屏上存在的问题与需求

Open ChangXiang-Kong opened this issue 6 months ago • 0 comments

Feature request type

sample request

Is your feature request related to a problem? Please describe

问题:

1、隐藏式滚动条在PC设备上每次都要将鼠标放在滚动条上才显示出来,有时候还不灵敏 2、在触摸屏设备上,隐蔽式滚动条无法点击到,导致滚动条功能失效 3、在使用RichTextBox控件时,指定VerticalScrollBarVisibility="Visible"后,滚动条也不会一直显示,需要将鼠标放在滚动条上才显示出来,如图 Image

需求:

1、希望可以实现滚动条一直显示,如图 Image

2、希望可以实现可以手动指定滚动条的宽度——因为有时候滚动条太细,不方便点击

Describe the solution you'd like

如图 Image

Describe alternatives you've considered

No response

Additional context

No response

ChangXiang-Kong avatar May 16 '25 11:05 ChangXiang-Kong