Hi,
I have a groupbox and placed an ultragrid inside it and set its DOCK property to Fill. I like to have some gap between grid control and groupbox so that the outlines of groupbox can be clearly seen. I tried changing the margin property. But seems like it is not the right property.
Thanks
I think you will have to position the grid inside the GroupBox and then set it to Anchor rather than Docking it to fill.
Setting the padding property did the job.