This is my first time posting, so please let me know if I have the wrong
news group...
I currently have a form UI that makes use of a SashForm to allow users to
dial in the sizes of the collapsable sections. I would also like to
compress/expand the sash form area when the user collapses/expands the
corresponding section. I am aware that you can just call
ScrolledForm.reflow(true) in the expand event when using a ScrolledForm
container. How do you accomplish the same with a SashForm, or even a
non-scrolled form container?