c# windows form groupbox border

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

I would like to set the GroupBox's border to invisible, how to do that?
Thanks for help.


Jason
 
If it is for grouping radio buttons, you could group them in a Panel
instead.
 
Thanks.
But the GroupBox is for other Widows Cotrols such as DataGrid and TextBox.
 
I think the Panel could be used instead of the GroupBox in any cases.
And the Panel does not have a border by default.
 
Hi,

FlatStyle maybe?

otherwise just use a Panel as the other posted suggested

cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top