Ok, I've spent quite an amount on this now and it's driving me nuts...
Searching the forum didn't yield useful results (unless I'm blind - what's well possible^^)
I have a UIDragScrollView containing a ScrollView with a list of buttons (sort of class selector for an rpg). My problem is as follows:
This menu-like scroller is part of a multi-step process and should initially be hidden (like the other steps, it's all managed) and only be shown when its turn has come. But no matter what I do, the buttons are totally misplaced if the whole section isn't initially visible (cf. screenshots).
- I have already tried various setups of UIDragScrollView and ScrollView along with different UI elements, to no avail.
- I have also tried different update options for the different UI elements (because I thought I could've misconfigured them in my attempt to reduce update calls) - same result.
- The button list is placed on an invisible widget that is anchored to the left (I wanted to use a panel, but it couldn't be anchored and my various attempts with panels resulted in the same misplacing...).
I've got the feeling that I'm missing something really obvious here, but I just don't get it

Any help would be greatly appreciated.
NGUI v3.9.9