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?
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.
Comment