Link to home
Start Free TrialLog in
Avatar of Tammak1
Tammak1

asked on

Group Option & Panel ?

I put a group option box on my form in order to have a box around some controls. But what happened is that the controls around which the box is drawn is now glued to this box.
How can I remove the box from the screen w/o removing the control?
How can I put a panel or group option frame around controls without it gluing itself to the controls?
ASKER CERTIFIED SOLUTION
Avatar of iboutchkine
iboutchkine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tammak1
Tammak1

ASKER

yes, but how can I have a box around controls w/o having the controls anchored within the box, i just want the box as decorative?
Check the container property.
Also you might draw lines around your controls instead of using the groupbox
Avatar of Howard Cantrell
You can also use a panel with the borderstyle = fixedsingle to make a lined box around your controls.
Avatar of Tammak1

ASKER

I don't find a Container property. Also I don't see any line drawing control.
There are no line controls. You can use either label or textbox making them small vertically or horizontally