How can I get rounded corners in a GroupBox in my form? Is there any option in the property tab?
|
feedback
|
|
When visual styles are enabled for your application and the Unfortunately, there's no built-in way to customize its degree of roundedness. The only real solution is to use a custom control. You can either inherit off of the existing | ||||
|
feedback
|
|
Take a look at this open source controls: http://roundedgroupbox.codeplex.com/ | |||
|
feedback
|
|
You may use this hack, using the BorderThickness attribute to control the roundness.
It looks like this on my Windows 7 computer.
| |||
feedback
|
