Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Using FlowLayoutManager for auto-aligning ExpandableGroupBoxes
posted

Hi,

When ExpandableGroupBox is collapsed, controls below it are not moving up to align with the bottom of the groupbox.  How do I use FlowLayoutManager to align them properly?  E.g.:

Current condition:
  + egBox 1

 


  + egBox 2

  + egBox 3
    +----------------+
    |Child 32        |
    |Child 33        |
    +----------------+

Notice the space left between egBox 1, 2 & 3.  I want them to align like so:

  + egBox 1
  + egBox 2
  + egBox 3
    +----------------+
    |Child 32        |
    |Child 33        |
    +----------------+

Thanks in advance.

Parents
No Data
Reply Children
No Data