leocb / MaterialSkin

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

MaterialListBox ScrollBar Issue #331

Closed byungmeo closed 2 years ago

byungmeo commented 2 years ago

Example Video : https://drive.google.com/file/d/15gpSEYNRRI2L-rbKUtIf0Cd_8x1agbe2/view?usp=sharing

If i scroll(Up & Down) the mouse to scroll MaterialListBox ScrollBar when Parent Container ScrollBar is Activated, scroll both MaterialListBox's ScrollBar and parent container's (Form, MaterialForm, TabPanel etc..) ScrollBar

I wonder if there is a solution.

valimaties commented 2 years ago

I've created a PR which will solve this issue.

byungmeo commented 2 years ago

@valimaties Thank you for solving it quickly. :)