风光大葬

This commit is contained in:
2025-11-04 11:37:27 +08:00
parent 628cfabf97
commit bdf67a0312
329 changed files with 3048 additions and 1222 deletions

View File

@@ -20,6 +20,12 @@
<ContentControl Content="{Binding obj}"/>
</StackPanel>
</HierarchicalDataTemplate>
<!-- RadioButton节点的样式 -->
<HierarchicalDataTemplate DataType="{x:Type local:RadioButtonTreeNode}" ItemsSource="{Binding Children}">
<StackPanel Orientation="Horizontal">
<ContentControl Content="{Binding obj}"/>
</StackPanel>
</HierarchicalDataTemplate>
<!-- Label节点的样式 -->
<HierarchicalDataTemplate DataType="{x:Type local:LabelTreeNode}" ItemsSource="{Binding Children}">
<ContentControl Content="{Binding obj}" />