Merge pull request #393 from irihitech/selectable

Introduce IsSelectable for TreeComboBoxItem.
This commit is contained in:
Dong Bin
2024-09-12 16:46:28 +08:00
committed by GitHub
5 changed files with 21 additions and 3 deletions

View File

@@ -217,6 +217,7 @@
<Setter Property="Background" Value="{DynamicResource TreeViewItemDefaultBackground}" />
<Setter Property="Foreground" Value="{DynamicResource TreeViewItemDefaultForeground}" />
<Setter Property="CornerRadius" Value="3" />
<Setter Property="MinHeight" Value="32"></Setter>
<Setter Property="VerticalAlignment" Value="Center" />
<Setter Property="Template">
<ControlTemplate TargetType="u:TreeComboBoxItem">