Created
September 14, 2020 23:42
-
-
Save lostmsu/6c167c463caae044cf604ac6a2531ea5 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