Rounded corners of panel or groupbox?

Answered
0
0

Hi!
Exists some way/property to display a panel / groupbox with rounded corners?
Thanks in advance

  • You must to post comments
Best Answer
0
0

Yes.  You can use the stylesheet extender to add a css class to any control. And/or use a mixin theme to set the radius style. See attached sample with both approaches.

When using CSS instead of the theme  you have to be aware of the html composition of the widget you are styling. CSS  styles need to be applied to the specifi element. For the groupbox there is an internal frame in order to have the title overlap the border. You can see the selector in the styleSheet1 extender.

 

rounded-corners

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.