.NET version
.NET 11.0.100-preview.7.26365.114 + Private dlls built from Net11/Integration-4 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature of #14792
Issue description
When a CheckBox or RadioButton is configured as a ToggleSwitch, the ToggleSwitch glyph overlaps the text when:
- RightToLeft = Yes
- AutoSize = false
Steps to reproduce
- Create a WinForms application targeting .NET 11
- Set
Application.VisualStylesMode = VisualStylesMode.Net11;
- Add a CheckBox or RadioButton with a long text.
Configure:
- Appearance = Appearance.ToggleSwitch;
- RightToLeft = RightToLeft.Yes;
- AutoSize = false;
- Run the application.
.NET version
.NET 11.0.100-preview.7.26365.114 + Private dlls built from Net11/Integration-4 branch of https://github.com/KlausLoeffelmann/winforms repo
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Not support, new feature of #14792
Issue description
When a CheckBox or RadioButton is configured as a ToggleSwitch, the ToggleSwitch glyph overlaps the text when:
Steps to reproduce
Application.VisualStylesMode = VisualStylesMode.Net11;Configure: