leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
437 stars 132 forks source link

Fixed RadioButton TabIndex = 0 issue. #334

Closed valimaties closed 1 year ago

valimaties commented 2 years ago

Fix #333 Let's say it fixes the issue partially, as long as checked RadioButton in group must be an enabled RadioButton. If in its group there is a checked disabled RadioButton on TabPage is being activated, then the RadioButton which has TabIndex = 0 will be automatically selected. This must be investigated.