If I set a control inside an ultraGroupBox to Dock = DockStyle.Fill, the height of the child control is LESS than that of the ultraGroupBox.ClientSize.Height.
How can I find out the size a control will expand to inside an ultraGroupBox, programmatically?
I suspect it has something to do with the group box caption and border line.
I am having the same difficulty with the ultraTabControl/ultraTabPageControl.
Hello,
You could get the desired size from the following property:
ultraGroupBox1.UIElement.GroupBox.DisplayRectangle;
Please do not hesitate to contact us if you need any additional assistance.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.