Created
September 14, 2020 23:44
-
-
Save lostmsu/b6b37ba4ceb80af57262567ad7e4c06f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<zones:Zone.Style> | |
<Style> | |
<Style.Triggers> | |
<DataTrigger Binding="{Binding IsChecked, ElementName=StackLeftSide}" Value="True"> | |
<Setter Property="zones:Zone.Layout"> | |
<Setter.Value> | |
<ItemsPanelTemplate> | |
<UniformGrid Columns="1" /> | |
</ItemsPanelTemplate> | |
</Setter.Value> | |
</Setter> | |
</DataTrigger> | |
</Style.Triggers> | |
</Style> | |
</zones:Zone.Style> | |
... | |
<CheckBox x:Name="StackLeftSide" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment