-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertical Scroll Bar Cannot Scroll To Bottom In Select Circumstances #983
Comments
Hello Joachimmarder, Thank you for responding so quickly. I built the sample application on a separate machine with Delphi 10.3 and a fresh clone of the GitHub repo. Unfortunately, I'm still seeing the issue. In the second screenshot you provided, were you able to scroll down to the bottom node without the scroll bar automatically scrolling back up? I made a 30-second video that shows what I am seeing. Could you take another look and let me know if you still are not seeing the issue shown in the video? Thanks again for the time and effort, all help is appreciated. Recording of VST Scroll Bug.zip Best, |
OK, the problem occurs if the newly created node appears behind the horizontal scrollbar. Editing the node is not needed. The problem disappears again if another node is created. The problem seems to be in |
I encrountered the same thing. My workaround is to enable AlwaysVisible for the scrollbars. |
I am encountering the same thing. Any updates on fix for this? This makes component unusable when larger amount of nodes are visible. Best regards, |
Faced with the same error, fix it please! |
Hello,
I've come across a bug that is preventing users from scrolling to the bottom of a virtual string tree node list in select circumstances. I've attached a sample application that should reveal this issue with the following reproduction steps. This issue was seen with the most recent version of the code base available on GitHub. If need any help reproducing the issue, please let me know.
Reproduction Steps
Note the following:
VSTScrollingBug.zip
The text was updated successfully, but these errors were encountered: