Fast vertical scrolling will make the list stuttering while drawing #1070
Labels
Bug
Low Priority
Pull Requests Invited
There are no current plans to address the issue, but we would be happy if someone supplies a PR.
Hello guys
I was doing some testes with
TVirtualStringTree
and I found out that when I scroll fast this stuttering happen.At first I thought that it's from my code or some options I changes but when I tested it with the already shipped examples it's the same.
This is noticed if I use the scroll bar with touch scrolling on a laptop or using the mouse to drag the bar down fast.
Here's a screenshot of the problem
I tested the same scenario with normal Delphi
TListView
withDouble Buffering
Enabled and it's very smooth. (without theDouble Buffering
It will have the same problem but not as bad asTVirtualStringTree
)I tested it with Delphi 11 on Windows 10 And Windows 11 (Latest update for both).
Thanks.
The text was updated successfully, but these errors were encountered: