06 2021 档案

摘要:WPF: 就像这样,鼠标移上去动态改变背景颜色 <Window.Resources> <ControlTemplate x:Key="ButtonTemplate" TargetType="{x:Type Button}"> <Border BorderBrush="Orange" BorderTh 阅读全文
posted @ 2021-06-24 18:44 卡尔赛斯 阅读(2564) 评论(0) 推荐(0)
摘要:WPF XAML: <DataGrid AutoGenerateColumns="False" Height="148" HorizontalAlignment="Left" Margin="27,21,0,0" Name="dataGrid1" VerticalAlignment="Top" Wi 阅读全文
posted @ 2021-06-07 15:33 卡尔赛斯 阅读(1112) 评论(0) 推荐(0)
摘要:WPF 1.Install-Package WindowsAPICodePack-Core2.Install-Package WindowsAPICodePack-Shell 转载于:https://blog.csdn.net/u011127019/article/details/52718280 阅读全文
posted @ 2021-06-06 12:34 卡尔赛斯 阅读(357) 评论(0) 推荐(0)
摘要:WPF XAML中:<ComboBox Name="_startTime" SelectionChanged="_startTime_SelectionChanged" Height="25" HorizontalAlignment="Left" /> 在构造方法中: _startTime.Sele 阅读全文
posted @ 2021-06-04 18:21 卡尔赛斯 阅读(98) 评论(0) 推荐(0)