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
I add a new Element to the GUIScrollArea after I detect an certain input. Right after adding the element, I also make sure to scroll all the way down with scrollDownPct(1.0) . But this does not seem to work. I am always one element short of being at the very bottom. I assume the layout has not properly updated with the new Element when I scroll down. What is the proper way to fix this?
Press Space to add an element to the ScrollArea. You will see that the scrollbar goes down, but there is always one element out of view (below).
Uncommenting the line in the ButtonEvent callback "fixes" the issue.
The text was updated successfully, but these errors were encountered:
Hi,
I opened a topic on discourse regarding ScrollArea here https://discourse.bsframework.io/t/guiscrollarea-elements/447 .
This is an issue for the first problem I had:
I created a gist, because I could not get code formatting working right in the issue.
https://gist.github.com/KirmesBude/630e252c9d5290da1349ccffd2de4b2a
Press Space to add an element to the ScrollArea. You will see that the scrollbar goes down, but there is always one element out of view (below).
Uncommenting the line in the ButtonEvent callback "fixes" the issue.
The text was updated successfully, but these errors were encountered: