Hi all,
I'm implementing a mobile-based drag panel (no scrollbars), with a UIGrid under a UIDraggablePanel. the UIGrid's children change in number at certain points in the game, and I'm seeing an issue where the children will sometimes be out of the draggable panel window range, and will only come into range when the panel gets scrolled. The children will stay within sight thereafter. Is there a way to reset the panel after children get replaced? I've setting UIGrid's repositionNow field to "true" and calling Reposition() directly after the children replacement, but no dice.
Edit: I also tried calling UIDraggablePanel.ResetPosition(), but that didn't help
Thanks for any help!