摘要: 在nuget包里面有对应的包,下载对应的nuget包 安装这个nuget包,之后在xaml文件中添加引用命名空间 xmlns:fa="http://schemas.fontawesome.io/icons/" 使用的时候,可以使用单独使用,也可以在其他控件上使用 单独使用: <fa:FontAwes 阅读全文
posted @ 2025-06-07 09:40 JohnnyLei 阅读(233) 评论(0) 推荐(0)
摘要: 原方式 <TreeView Grid.Row="1" Grid.Column="0" ItemsSource="{Binding PermissionsDtos}" > <TreeView.ItemTemplate > <HierarchicalDataTemplate ItemsSource="{ 阅读全文
posted @ 2025-06-07 09:25 JohnnyLei 阅读(16) 评论(0) 推荐(0)