ux: force using double-click to expand/collapse item in TreeView (not TreeDataGrid)

This commit is contained in:
leo 2024-07-04 20:08:37 +08:00
parent 91d73e2aa4
commit 3193693d77
No known key found for this signature in database

View file

@ -1216,7 +1216,8 @@
Classes="tree_expander"
Focusable="False"
HorizontalAlignment="Center"
IsChecked="{TemplateBinding IsExpanded, Mode=TwoWay}" />
IsChecked="{TemplateBinding IsExpanded, Mode=TwoWay}"
IsHitTestVisible="False" />
</Panel>
<ContentPresenter Name="PART_HeaderPresenter"
Grid.Column="1"