Hey guys please I would like to ask a couple of questions about ItemList Is it possible to: - remove the scrollbar? - set icon as a background Item? - select via keyboard or joiypad input?
Customizing an ItemList
I'm not sure, but in theory you could remove the scrollbar by getting the scrollbar node and setting its visibility to false
:
$ItemListNodeHere.get_v_scroll().visible = false
I'm not sure if it would work, but that might be something to try. I'm not sure on the other two questions.
@TwistedTwigleg said: I'm not sure, but in theory you could remove the scrollbar by getting the scrollbar node and setting its visibility to
false
:$ItemListNodeHere.get_v_scroll().visible = false
I'm not sure if it would work, but that might be something to try. I'm not sure on the other two questions.
wonderful, many thanks :) It works!
2 years later
Megalomaniak added the Godot Help tag .