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.
Hello arvivi,
I attached a sample to this post, demonstrating the second layout from your post. Could you please review it and feel free to let me know if I misunderstood you or if you have any other questions.