SpyrexDE / SmoothScroll

Addon for the Godot Game Engine that adds a SmoothScrollContainer.
https://spyrexde.github.io/SmoothScroll/
MIT License
144 stars 13 forks source link

Cannot scroll down the length of content #10

Closed ChildLearningClub closed 1 year ago

ChildLearningClub commented 1 year ago

Hello @SpyrexDE, thank you for the plugin. I can't seem to scroll down to the bottom of the page, I have tried to change many settings, but the scroll bar seems to get stuck about halfway down my page and does not reach the bottom. Is there something I'm possibly missing? Even in the example scene when I add more text it only scrolls down to the existing text not down to the text that I added? Thank you. Godot 4.0.beta14

ChildLearningClub commented 1 year ago

Oh, I found it, Changing "Layout -> Custom Minimum Size" in the Inspector of the Control Node that is under the "SmoothScrollContainer" does this :)