RobinPerris / DarkUI

Dark themed control and docking library for .NET WinForms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No scroll event

Alex4SSB opened this issue · comments

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.

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.

Ok, thanks for the tip.