How to control size of a radio button with appearance “Button”

前端 未结 1 1699
遇见更好的自我
遇见更好的自我 2021-01-04 09:22

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

1条回答
  •  旧时难觅i
    2021-01-04 10:06

    Set the AutoSize property of your RadioButton to false.

    0 讨论(0)
提交回复
热议问题