Hi,I'm trying to use the two controls above, to auto-arrange group boxes nicely.I have an ordinary UltraGroupBox and an UltraFlowLayoutManager. I've set the ContainerControl of the UFLM to the groupbox anad set orientation as horizontal.Within the groupbox, I have added a couple of UltraExpandableGroupBoxes. I have two issues with this:1) The UEGB is created in code, and I have placed controls within it (actually using another UFLM). When this is initially rendered, the box is a particular size. If I manually collapse and open the box again, it is a slightly different size. Why is it not going back to the initial size it was? And if the UEGB thinks that is a better size for the control, how can I set it to that size initially?2) When I collapse the first UEGB, why doesn't the second UEGB move to the left to fill the gap, since there's a FlowLayoutManager on the parent control. Is there a way I can enforce this? Otherwise, I'm struggling to see the benefit of the expandable control.Thanks,Campbell
Well, I found the samples, and it looks like for my first post, I should be using docking rather than the UltraFlowLayoutManager to get the behaviour I want. But can anyone answer my second post? How can I tell what size the UltraExpandableGroupBox header is? If I resize the contents of this group, I need to resize the group also, but need to resize it to the contents plus the group padding (border + header etc).
Hi,
I need to know how to get the UltraExpandableGroupBox Header's height too.
Is there any way?
CiaoGianni
see also: http://community.infragistics.com/forums/p/1873/254977.aspx#254977