RobinPerris / DarkUI

Dark themed control and docking library for .NET WinForms.
MIT License
834 stars 185 forks source link

No scroll event #37

Closed Alex4SSB closed 3 years ago

Alex4SSB commented 3 years ago

Haven't checked all controls, but the DarkScrollBar and DarkListView don't seem to have OnScroll events.

Do you plan on adding these? Anyway, I added it in a local copy for my app.

RobinPerris commented 3 years ago

Use ValueChanged on DarkScrollBar.

As far as I know, a standard WinForms ListView control doesn't expose an OnScroll event - neither does the DarkUI variant.

Alex4SSB commented 3 years ago

Ok, thanks for the tip.