No scroll event
Alex4SSB opened this issue · 2 comments
Alex4SSB commented
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
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
Ok, thanks for the tip.