feat: introduce IsSelectable for TreeComboBox.

This commit is contained in:
rabbitism
2024-09-11 01:32:11 +08:00
parent eb72a717c3
commit 1661026cdc
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">