I've been working with the lgScn2DScrollPane lately trying to build a settings screen for my new app, and I've come across something I can't figure out: The scroll pane is initially displayed completely blank, but if you scroll it to the bottom everything on the pane will suddenly appear and it looks/scrolls normal from that point forward.
I've tried using the .ScrollTo() and .ScrollCenter() methods to alter this behavior but they seem to have no effect.
I've created and attached a small demo based on the "Scene2D_Lists" example program that creates a scroll pane with 10 rows (each row contains one image and one label).
Can anyone explain what I've missed or am setting up incorrectly?
Thanks in advance,
- Richard
I've tried using the .ScrollTo() and .ScrollCenter() methods to alter this behavior but they seem to have no effect.
I've created and attached a small demo based on the "Scene2D_Lists" example program that creates a scroll pane with 10 rows (each row contains one image and one label).
Can anyone explain what I've missed or am setting up incorrectly?
Thanks in advance,
- Richard