31 m_root.GetScreenSize(rowWidth, height);
37 if (child.IsVisible() ==
false || child.GetName() ==
"SelectedContainer" || child.GetName() ==
"Icon")
40 child = child.GetSibling();
44 child.GetScreenSize(width, height);
54 if ( rowHeight > 0 ) top +=
Gap;
60 if (height > rowHeight) rowHeight = height;
62 child.SetPos(rowWidth - rowRight, top,
false);
63 rowRight -= width +
Gap;
67 child.GetScreenPos(
x,
y);
72 child = child.GetSibling();
89 m_root.GetSize(width, heightOld);
103 m_root.SetSize(width, height);