-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Add HScrollbar
to ItemList
when max_columns == 0
#99050
Conversation
dcf001a
to
1bb91d4
Compare
HScrollbar
to ItemList
when max_columns == 0
1bb91d4
to
0b38e86
Compare
0b38e86
to
0bb197a
Compare
I have added an The boolean If it is set to Please let me know if you have any suggestions for improving the wording of the documentation. |
fe29850
to
3772659
Compare
3772659
to
7ff1db9
Compare
7ff1db9
to
a9af65d
Compare
Thanks! |
I implemented this proposal godotengine/godot-proposals#6558 to create an unlimited number of columns if the variable
max_columns
is set to 0 and to add a horizontal scrollbar if the size of the node is too small.This PR doesn't solve #56045 so the items are still selectable at the margin and the text is not cut off at the left and bottom margins. The workaround mentioned in this comment #56045 (comment) still works.
Fixes godotengine/godot-proposals#6558