VB.NET default radio button selected inside a group box

前端 未结 8 1657
轻奢々
轻奢々 2021-01-16 05:54

I have a WinForms application (VS 2008, .NET 3.5) that has a form with two different group boxes, and inside of each group box are different sets of radio buttons. When I r

8条回答
  •  情歌与酒
    2021-01-16 06:43

    Just change the groupbox accessible role property from default to none It will work ☺️

提交回复
热议问题