View Single Post
05/11/16, 05:22 AM   #15
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
What control is "MyXMLControlContainerScrollChild"?
Lua Code:
  1. <TopLevelControl name="MyXMLControl" hidden="true">
  2.     <Controls>

MyXMLControl....

Lua Code:
  1. <Control name="$(parent)Container" inherits="ZO_ScrollContainer">
  2.             <OnInitialized>

MyXMLControlContainer ...


ScrollChild is added by inherits="ZO_ScrollContainer"

so MyXMLControlContainerScrollChild is the control which will host all the data you want to be scrollable. (look at the pict I posted)
  Reply With Quote