WPF 自定义TopMenuButton
摘要:<Grid> <StackPanel Orientation="Horizontal" HorizontalAlignment="Center"> <ToggleButton x:Name="menuButton" Content="{Binding DisplayText}" Style="{St
阅读全文
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
阅读全文
WPF TreeView,Expander样式使用
摘要:效果如图,treeview 跟 expander的样式。 <Window.Resources> <local:LineConverter x:Key="lineConverter"></local:LineConverter> <SolidColorBrush x:Key="Expander.Mou
阅读全文