Hi,
I'm trying to create a form containing 4 or more expandable groupboxes.
I want to be able to arrange these groupboxes (if expanded) using splitters, I heard that WinGridBagLayoutManager might do the trick.However I'm not sure how to realise this? Anyone have a tutorial?
I have managed to get all controls on the UltraGridBagLayoutManager in UltraGridBagLayoutPanels, but now they are placed on a horizontal axes. How can I get them to arrange vertically, preferably with splitters in between.
Thanks in advance!
Hello TobiasV and welcome to our forums!
Could you please review the sample attached to this post using the "UltraFlowLayoutManager" and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
Hello Boris,
Thanks for the sample. It solves a few of my problems, however one remains.
The client wants to be able to resize each groupbox when expanded using splitters. So between each of the groupboxes there should be a splitterhandle.
Is this possible using the UltraFlowLayoutManager ?
Kind regards,
Tobias