Hi, I have a couple of cases where I have a panel with an embedded scroll view, and when I drag the parent panel around, the scroll view hitches and looks bad.
Is there a particular way to set up something like this?
e.g. I have a Map with a title bar, which can be used to drag the entire map. The map itself can be scrolled around as it is much larger than the scroll view.
Panel_Map
- Title Bar (Has UIDragObject with Panel_Map as target)
- Panel (scroll view)
- Texture (map)
This seems like a logical setup to me, but it just doesn't work nicely at all - it's like the panels are updating in the wrong order, or the scroll view isn't fully in local space.