[SOLVED] Button rounded corners

Answered
0
0

Howdy,

I’ve been searching how to make button’s display with rounded corners.
Is there a simple way of doing this?

Thanks in advanced,

  • You must to post comments
Best Answer
0
0

Jorge,

the easiest way is this:

this.button1.CssStyle=”border-radius:5px”;

Best regards
Frank

  • Andrew Pearce
    I like this easy way to give rounded corners to certain controls but when I add the CssStyle to a Datagridview the bottom two corners are rounded but the top two are not. The column labels row stays with square corners. Any solution for this (use a Mixin) ?
  • You must to post comments
0
0

Thanks Frank!!!

I know nothing about css/html!
I whish i knew more about it, works perfectly!

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.