View Single Post
07/25/14, 11:57 AM   #25
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Garkin View Post
ZO_ScrollList is much more complex template then ZO_ScrollContainer. If you are not going to use ZO_ScrollList functions it's much easier to use the ZO_ScrollContainer template.
I would not say it is more complex. But hard to say as we don't have good documentation for either one.

Right now only one piece seems to be missing:
The scroll is not expanding to the summed size of the labels. This is just a basic layout issue (contaienr not aware of it's contents size), nothing more. Right now first Label is anchored with the Scroll, but all further ones are anchored with the previous labels. Maybe changing that up or directly overriding the Scrolls height based on the label count will deal with that.
If we just had something like a WPF Stackpannel it would be childs play to do this.
  Reply With Quote