File tree Expand file tree Collapse file tree
src/WPFDevelopers.Samples.Shared/ExampleViews Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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>
You can’t perform that action at this time.
0 commit comments