Skip to content

Instantly share code, notes, and snippets.

@lostmsu
Created September 14, 2020 23:44
Show Gist options
  • Save lostmsu/b6b37ba4ceb80af57262567ad7e4c06f to your computer and use it in GitHub Desktop.
Save lostmsu/b6b37ba4ceb80af57262567ad7e4c06f to your computer and use it in GitHub Desktop.
<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