Hi,
We encountered two issues regarding the UIDraggablePanel with scroll bar.
We're trying to create a listView with multiple items within it, we used Example 7 as reference to setup our scene.
1)
After we populate the list with items, the scrollBar updates its size accordingly, if we destroy the items one by one within the list, the scrollBar also updates its size automatically.
However, if we delete all the items at once, the scrollBar doesn't change at all.
This only happens when the UIPanel's clipping mode is not Soft Clip.
2)
We called uiPanel.ResetPosition() after we destroy all the item within the list, trying to reset panel's position back to the first position in the list, but it doesn't do what we expected it to do, if we re-populate the list, the list view is still at the position before we deleted the items.
Did anyone else experienced the same issues? Or maybe we're doing something wrong?
Thanks in advance