IgnaceMaes / MaterialSkin

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

How to make tab-index working on MaterialRadioButton #210

Open ghost opened 6 years ago

ghost commented 6 years ago

I use the MaterialRadioButton in my form. Everything else take Tab-Order but in case of MaterialRadioButton it doesn't show that it's currently focused control.

Things like Textbox show color in bottom border and RadioButton doesn't. Does anyone have done anything to fix this issue.

Thanks.