Skip to content

Commit fa6ecc9

Browse files
committed
Update AllPathIconExample.xaml
1 parent 6da7c9b commit fa6ecc9

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/WPFDevelopers.Samples.Shared/ExampleViews/AllPathIconExample.xaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@
9191
<SolidColorBrush Color="{Binding SelectedColor, ElementName=PART_ColorPicker}" />
9292
</wd:PathIcon.Foreground>
9393
</wd:PathIcon>
94-
<!--<Button
95-
x:Name="PART_CopyButton"
96-
Margin="8,2.5"
97-
HorizontalAlignment="Right"
98-
VerticalAlignment="Top"
99-
ToolTip="Copy"
100-
Visibility="Collapsed">
101-
<wd:PathIcon Kind="Copy" />
102-
</Button>-->
10394
<TextBlock
10495
Margin="2,0,6,6"
10596
HorizontalAlignment="Center"
@@ -108,11 +99,6 @@
10899
TextTrimming="CharacterEllipsis"
109100
ToolTip="{Binding .}" />
110101
</wd:SmallPanel>
111-
<!--<DataTemplate.Triggers>
112-
<DataTrigger Binding="{Binding IsMouseOver, RelativeSource={RelativeSource AncestorType={x:Type ListBoxItem}}}" Value="True">
113-
<Setter TargetName="PART_CopyButton" Property="Visibility" Value="Visible" />
114-
</DataTrigger>
115-
</DataTemplate.Triggers>-->
116102
</DataTemplate>
117103
</ListBox.ItemTemplate>
118104
<ListBox.ItemsPanel>

0 commit comments

Comments
 (0)