Hi, I am making a LabelList with section titles. I am using the example from the Roku page: https://sdkdocs.roku.com/display/sdkdoc/ContentNode#ContentNode-Example.
The first title "Renderable Nodes" only appears on screen when I actually scroll up.
Is there a way or configuration in which I can set that title to be visible without the need of scrolling up?
Also, if you just run this:
addSection("Renderable Nodes")
addItem("Rectangle")
Only the item "Rectangle" appears and the section title is not visible at all.