Skip to content

Commit

Permalink
[Playground] Bring selection to front #57
Browse files Browse the repository at this point in the history
  • Loading branch information
miroiu committed Apr 6, 2023
1 parent 2ac1509 commit a7d01a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Examples/Nodify.Playground/Editor/NodifyEditorView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@
BasedOn="{StaticResource {x:Type nodify:ItemContainer}}">
<Setter Property="Location"
Value="{Binding Location}" />
<Style.Triggers>
<Trigger Property="IsSelected" Value="True">
<Setter Property="Panel.ZIndex" Value="1" />
</Trigger>
</Style.Triggers>
</Style>
</nodify:NodifyEditor.ItemContainerStyle>
</nodify:NodifyEditor>
Expand Down

0 comments on commit a7d01a7

Please sign in to comment.