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
620
How to get the DockStyle.Fill height of an ultraGroupBox
posted

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.