摘要:
TreeView展开所有节点 <TreeView.ItemContainerStyle> <Style TargetType="{x:Type TreeViewItem}"> <Setter Property="IsExpanded" Value="True"></Setter> </Style> 阅读全文
posted @ 2024-04-17 10:20
小林野夫
阅读(455)
评论(0)
推荐(0)
摘要:
ContextMenu样式 对应的xaml代码: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w 阅读全文
posted @ 2024-04-17 10:18
小林野夫
阅读(64)
评论(0)
推荐(0)
摘要:
好看的boder 阴影 <Border BorderThickness="1" Grid.Column="2" Grid.Row="1"> <Border BorderThickness="1" Grid.Column="2" Grid.Row="1" Margin="5" BorderBrush= 阅读全文
posted @ 2024-04-17 08:40
小林野夫
阅读(31)
评论(0)
推荐(0)