Skip to content

Yeghia/App3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There seems to be a rendering issue with Indian locale.

Th following code snipppet demonstrates the problem, where the MinWidth=0 seems to be the culprit.

    <StackPanel Orientation="Vertical" BorderBrush="Black" BorderThickness="1" CornerRadius="12">
        <ToggleSwitch IsOn="True" FontWeight="Normal" FontSize="24" Width="Auto" MinWidth="0"/>
        <ToggleSwitch IsOn="True" FontWeight="Normal" FontSize="24" Width="Auto" />
    </StackPanel>

Here is the result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published