随笔分类 -  WPF

 
WPF 自定义TopMenuButton
摘要:<Grid> <StackPanel Orientation="Horizontal" HorizontalAlignment="Center"> <ToggleButton x:Name="menuButton" Content="{Binding DisplayText}" Style="{St 阅读全文
posted @ 2021-01-18 10:54 daodaowei 阅读(148) 评论(0) 推荐(0)
Expander的式样, button的式样
摘要:<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schem 阅读全文
posted @ 2020-09-26 22:35 daodaowei 阅读(135) 评论(0) 推荐(0)
WPF TreeView,Expander样式使用
摘要:效果如图,treeview 跟 expander的样式。 <Window.Resources> <local:LineConverter x:Key="lineConverter"></local:LineConverter> <SolidColorBrush x:Key="Expander.Mou 阅读全文
posted @ 2018-09-28 16:46 daodaowei 阅读(868) 评论(0) 推荐(0)