上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 120 下一页
摘要: public class ListBoxAutoScrollBehavior : Behavior<ListBox> { protected override void OnAttached() { AssociatedObject.SelectionChanged += AssociatedObj 阅读全文
posted @ 2024-11-19 23:39 FredGrit 阅读(20) 评论(0) 推荐(0)
摘要: <DataGrid.ContextMenu> <ContextMenu> <MenuItem Header="Export" Command="{Binding ExportCommand}" CommandParameter="{Binding RelativeSource={RelativeSo 阅读全文
posted @ 2024-11-19 00:48 FredGrit 阅读(39) 评论(0) 推荐(0)
摘要: <DataGridTemplateColumn Header="Image"> <DataGridTemplateColumn.CellTemplate> <DataTemplate> <StackPanel Orientation="Horizontal"> <CheckBox IsThreeSt 阅读全文
posted @ 2024-11-18 23:24 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: <Style TargetType="{x:Type Control}" x:Key="lbxStyle"> <Style.Triggers> <Trigger Property="ItemsControl.AlternationIndex" Value="0"> <Setter Property= 阅读全文
posted @ 2024-11-17 16:39 FredGrit 阅读(72) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp33.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-11-17 15:39 FredGrit 阅读(13) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp32.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/20 阅读全文
posted @ 2024-11-17 15:06 FredGrit 阅读(29) 评论(0) 推荐(0)
摘要: using System.Security.Cryptography; using System.Text.Unicode; namespace ConsoleApp4 { internal class Program { static void Main(string[] args) { stri 阅读全文
posted @ 2024-11-16 19:07 FredGrit 阅读(19) 评论(0) 推荐(0)
摘要: namespace ConsoleApp4 { internal class Program { static void Main(string[] args) { string bigFile = @"C:\Users\fred\Downloads\ebook-master.zip"; ReadB 阅读全文
posted @ 2024-11-16 18:56 FredGrit 阅读(92) 评论(0) 推荐(0)
摘要: public class ListBoxAutoScrollBehavior:Behavior<ListBox> { protected override void OnAttached() { base.OnAttached(); AssociatedObject.SelectionChanged 阅读全文
posted @ 2024-11-05 22:57 FredGrit 阅读(35) 评论(0) 推荐(0)
摘要: <StackPanel.Resources> <Style x:Key="btnStyle" TargetType="{x:Type Button}"> <Setter Property="Button.FontSize" Value="50"/> <Setter Property="Button. 阅读全文
posted @ 2024-11-03 19:05 FredGrit 阅读(24) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 120 下一页