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
395
Padding on groupbox
posted

Hi,
I'm in the process of converting a very large app using the infragistics controls.  We currently have a subset of the forms to test with and i'm having a few issues with making it look how we want.

Basicaly the GroupBox control doesn't have a padding property so if you dock it inside a container you can't set its padding to make it look nice.  Also the same with the ultrapanel.  The standard winforms groupbox has padding..

Any ideas how to achieve this?  We tried encapsulating the control inside a usercontrol in order to get the padding from the usercontrol, but we didnt get very far. I don't know if we can inherit from these controls and do something with a draw filter or something?

Regards
Chris