1515 <StackPanel .Styles>
1616 <Style Selector =" Button" >
1717 <Setter Property =" Background" Value =" Transparent" />
18- <Setter Property =" Height" Value =" 40" />
19- <Setter Property =" Width" Value =" 40" />
18+ <!-- < Setter Property="Height" Value="40" /> -- >
19+ <!-- < Setter Property="Width" Value="40" /> -- >
2020 <Setter Property =" VerticalContentAlignment" Value =" Center" />
2121 </Style >
2222 <Style Selector =" Button:disabled /template/ ContentPresenter#PART_ContentPresenter" >
2323 <Setter Property =" Background" Value =" Transparent" />
2424 <Setter Property =" Opacity" Value =" 0.5" />
2525 </Style >
2626 </StackPanel .Styles>
27- <Button Name =" FilterClearButton"
28- Command =" {Binding $parent[TextBox].Paste}"
29- IsEnabled =" {Binding $parent[TextBox].CanPaste}" >
30- <PathIcon Width =" 14"
31- Height =" 14"
32- Data =" m592-481-57-57 143-182H353l-80-80h487q25 0 36 22t-4 42L592-481ZM791-56 560-287v87q0 17-11.5 28.5T520-160h-80q-17 0-28.5-11.5T400-200v-247L56-791l56-57 736 736-57 56ZM535-538Z" />
33- </Button >
27+ <!-- < Button Name="FilterClearButton" -->
28+ <!-- Command="{Binding $parent[TextBox].Paste}" -->
29+ <!-- IsEnabled="{Binding $parent[TextBox].CanPaste}"> -- >
30+ <!-- <PathIcon Width="14" -->
31+ <!-- Height="14" -->
32+ <!-- Data="m592-481-57-57 143-182H353l-80-80h487q25 0 36 22t-4 42L592-481ZM791-56 560-287v87q0 17-11.5 28.5T520-160h-80q-17 0-28.5-11.5T400-200v-247L56-791l56-57 736 736-57 56ZM535-538Z" /> -- >
33+ <!-- < /Button> -- >
3434 <Button Name =" ColumnEditorButton"
35- Command =" {Binding $parent[dynamicTreeDataGrid:DynamicTreeDataGrid].ShowColumnEditor}" >
36- <PathIcon Width =" 14"
37- Height =" 14"
38- Data =" M121-280v-400q0-33 23.5-56.5T201-760h559q33 0 56.5 23.5T840-680v400q0 33-23.5 56.5T760-200H201q-33 0-56.5-23.5T121-280Zm79 0h133v-400H200v400Zm213 0h133v-400H413v400Zm213 0h133v-400H626v400Z" />
35+ Command =" {Binding $parent[dynamicTreeDataGrid:DynamicTreeDataGrid].ShowColumnEditor}" HorizontalAlignment =" Stretch" >
36+ <StackPanel Orientation =" Horizontal" >
37+ <PathIcon
38+ Data =" M121-280v-400q0-33 23.5-56.5T201-760h559q33 0 56.5 23.5T840-680v400q0 33-23.5 56.5T760-200H201q-33 0-56.5-23.5T121-280Zm79 0h133v-400H200v400Zm213 0h133v-400H413v400Zm213 0h133v-400H626v400Z" />
39+ <TextBlock Text =" Edit Columns" Padding =" 10, 0" />
40+ </StackPanel >
3941 </Button >
4042 </StackPanel >
41- <Border Padding =" 4, 20" >
42- <Border .ContextFlyout>
43- <Flyout >
44- <TextBlock >Hello world</TextBlock >
45- </Flyout >
46- </Border .ContextFlyout>
47- <TextBlock >Inner context flyout</TextBlock >
48- </Border >
43+ <!-- < Border Padding="4, 20"> -- >
44+ <!-- <Border.ContextFlyout> -- >
45+ <!-- <Flyout> -- >
46+ <!-- <TextBlock>Hello world</TextBlock> -- >
47+ <!-- </Flyout> -- >
48+ <!-- </Border.ContextFlyout> -- >
49+ <!-- <TextBlock>Inner context flyout</TextBlock> -- >
50+ <!-- < /Border> -- >
4951 </StackPanel >
5052 </Flyout >
5153 </Setter >
5254 </Style >
53- </Styles >
55+ </Styles >
0 commit comments