You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I encountered a weird problem, that would indicate a connection between the total amount of items in a DarkListView and the scroll speed of said control.
If I'm using 20 items it takes around 5-6 "scrolls" with the wheel to scroll down by 1 item, however if I'm using 100 items it only takes around 1,5 "scrolls". This behavior doesn't occur in a standard ListView control - the scroll amount is always the same.
It obviously works as intended with more items, but I find it highly frustrating having to scroll 20 times to get down 3 items.
I downloaded the package from NuGet, but also cloned the repository and checked the Example project - the behavior is the same as in my project.
The text was updated successfully, but these errors were encountered:
Hello,
I encountered a weird problem, that would indicate a connection between the total amount of items in a DarkListView and the scroll speed of said control.
If I'm using 20 items it takes around 5-6 "scrolls" with the wheel to scroll down by 1 item, however if I'm using 100 items it only takes around 1,5 "scrolls". This behavior doesn't occur in a standard ListView control - the scroll amount is always the same.
It obviously works as intended with more items, but I find it highly frustrating having to scroll 20 times to get down 3 items.
I downloaded the package from NuGet, but also cloned the repository and checked the Example project - the behavior is the same as in my project.
The text was updated successfully, but these errors were encountered: