View Single Post
07/24/14, 05:28 AM   #13
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Garkin View Post
I know just about two scroll templates - simple ZO_ScrollContainer used in my code above and ZO_ScrollList.
Example of ZO_ScrollList:
http://www.esoui.com/downloads/info5...stExample.html
I don't understand your example. Mainly because you do at least 5 other things beside making a scroll list and I have no idea where wich part ends.

Please give me an example for this simple case:
I have a Window of Size 400x400
I have three labels 400x200 to put into that window. Since the labels together are higher then the window, I need to put a scrollist in the window and the labels in the scrollist.
How do I use ZoScrollList to do that?
If possible, make a pure XML example (I am not sure you can even use ZoScrollList in XML as it seems not valid as control type when I tried).

My expierence would say the XML tree would look roughly like this:
Window
->ZoScrollList
-->Label1
-->Label2
-->Label2
->Maybe other controls contained in the Window like menu strip, satus bar, etc.
  Reply With Quote