Hi, I want to know how to control the height of the SectionStackSection without depending on the item that is inside the SectionStackSection, does any one has an idea?
Announcement
Collapse
No announcement yet.
X
-
I've tried to reach the HTMLFlow to change it's height but it doesn't work. And if we look in the doc it seems normal:
(NOTE: Since the size of an HTMLFlow component is determined by its HTML contents, this component will draw at varying sizes if given content of varying .....)
I don't have any idea.
What I tried is:
Code:sectionStack.getMember(1).setHeight(60);
Regards
AlainLast edited by albu77; 3 Jan 2012, 07:52.
Comment
Comment