Open
Description
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
with Double Buffering
Enabled and it's very smooth. (without the Double Buffering
It will have the same problem but not as bad as TVirtualStringTree
)
I tested it with Delphi 11 on Windows 10 And Windows 11 (Latest update for both).
Thanks.