上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 132 下一页
摘要: WindowState="Maximized" WindowStyle="None" <Window x:Class="WpfApp409.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xm 阅读全文
posted @ 2024-09-23 22:28 FredGrit 阅读(38) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp407.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-23 22:04 FredGrit 阅读(34) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp406.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-09-23 18:12 FredGrit 阅读(37) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp403.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-23 17:26 FredGrit 阅读(31) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp402.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-09-23 10:16 FredGrit 阅读(30) 评论(0) 推荐(0)
摘要: AllowsTransparency="True" WindowStyle="None" KeyDown="Window_KeyDown" public MainWindow() { InitializeComponent(); this.SizeChanged += MainWindow_Size 阅读全文
posted @ 2024-09-23 00:28 FredGrit 阅读(40) 评论(0) 推荐(0)
摘要: <ListBox.ItemTemplate> <DataTemplate> <Grid> <Image Source="{Binding ImgUrl}" RenderOptions.BitmapScalingMode="LowQuality" Width="{Binding ActualWidth 阅读全文
posted @ 2024-09-23 00:06 FredGrit 阅读(30) 评论(0) 推荐(0)
摘要: CommandParameter pass SelectedItem of control <ListBox.ContextMenu> <ContextMenu> <MenuItem Header="Save Image" Command="{Binding SaveImgCommand}" Com 阅读全文
posted @ 2024-09-22 23:54 FredGrit 阅读(94) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp399.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-22 23:03 FredGrit 阅读(35) 评论(0) 推荐(0)
摘要: <DataGrid ItemsSource="{StaticResource booksData}" EnableColumnVirtualization="True" EnableRowVirtualization="True" FrozenColumnCount="2" AreRowDetail 阅读全文
posted @ 2024-09-22 20:15 FredGrit 阅读(34) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 132 下一页