Can radio button text be set at left instead of right
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Dear All, In window application can i set radio buton text at left instead of right Thanks you in advance ;) Manoj
-
Dear All, In window application can i set radio buton text at left instead of right Thanks you in advance ;) Manoj
Have you even looked at the properties? look at RightToLeft, either in the designer or in code: radioButton1.RightToLeft = RightToLeft.No;
If it' stuck, DO NOT pull harder!