06-29-2012 12:13 AM
I have a vertical field manager, I am adding elements to it, e.g.
VFM.add(button);
VFM.add(tab);
VFM.add(HFM);
Then I need to get the height of this container so I can set an appropriate background height for the remaining space below. However .getHeight() .getVisibleHeight() and everything else seems to return 0.
How can I grab the height "on the go" to layout the reset of my fields/elements accordingly?
Solved! Go to Solution.
06-29-2012 12:25 AM