|
#1
|
|||
|
|||
|
I have a vsection that divided into 2 and set the top portion to a specific height but when collapse and then expanded it did not re-store to it original height. Is there a way to enforce this?
Thanks, t.a. |
|
#2
|
|||
|
|||
|
Hi ta,
While a Layout will always maintain an explicitly set height, by default a SectionStack will override an explicitly set height if it is necessary in order to fill all available space on an expand/collapse. If you don't want this behavior for a particular section you can set section.resizeable:false. |