Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.45k stars 446 forks source link

DataGrid scrollbar (both) no hide to small #539

Open harrytrinh9 opened 1 year ago

harrytrinh9 commented 1 year ago

The scrollbar of datagrid is always show as big state. It not hide to small like other scroll control.

xlsupport commented 9 months ago

I wanted to make my scrollbars smaller. And possibly rounded but I haven't got there yet...

No luck with global override But also no luck with setting

But then I found that in Styles\ScrollBar.xaml the template uses a StaticResource ref to ScrollBarSize..

Recommend:
The ScrollbarSize resource should reflect the System.ScrollBarWidth/Height The Scrollbar template should use a DYNAMICresource to ScrollBarSize

Caveat: ScrollBarSize is also used for the window's gripper.