Completed
Last Updated: 29 Mar 2018 07:20 by Dimitar
ADMIN
Dimitar
Created on: 29 Mar 2018 05:34
Category: Buttons
Type: Bug Report
0
FIX. RadToggleSwitch - invalid thumb size with FluentDark and RightToLeft
To reproduce:
- Set the theme to FluentDark and the set RightToLeft = Yes.

Workaround:
radToggleSwitch1.RightToLeft = RightToLeft.Yes;
radToggleSwitch1.ToggleSwitchElement.Thumb.MinSize = new Size(13, 13);
radToggleSwitch1.ToggleSwitchElement.Thumb.Margin = new Padding(2);
0 comments