Forum Discussion

victor_sanchez's avatar
7 years ago

LabelList Section Titles Off-Screen

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.
  • Hi there,

    I know you posted this 6 months ago, but is there a chance you found a way around that? 

    I'm having the same issue where the first section title is only visible when scrolling up like you.

    Thank you