I thought I was good at WinForms stuff but apparently that's not the case.
This application is for touchscreen hardware. I want only one of buttons to stay pressed so I made them radio buttons with appearance Button
. It's working well but I can't control their size such as width and height. The radio button size is controlled by its text and font size. If this is for common windows application, this is not a problem. But it is an issue since I am developing it for touchscreen.
How can I control size of the radio buttons?
Set the AutoSize
property of your RadioButton
to false
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With