leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
439 stars 131 forks source link

MaterialListBox improved scrolling #379

Open MythicPalette opened 1 year ago

MythicPalette commented 1 year ago

Improved the scrolling functionality of MaterialListBox to allow for SmoothScrolling up and down (fixes items clipping off the bottom). This option can be enabled/disabled through the new SmoothScrolling bool property.