摘要: <Window x:Class="WpfApp408.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-23 23:37 FredGrit 阅读(25) 评论(0) 推荐(0)
摘要: 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 阅读(18) 评论(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 阅读(13) 评论(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 阅读(18) 评论(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 阅读(12) 评论(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 阅读(11) 评论(0) 推荐(0)
摘要: AllowsTransparency="True" WindowStyle="None" KeyDown="Window_KeyDown" public MainWindow() { InitializeComponent(); this.SizeChanged += MainWindow_Size 阅读全文
posted @ 2024-09-23 00:28 FredGrit 阅读(20) 评论(0) 推荐(0)
摘要: <ListBox.ItemTemplate> <DataTemplate> <Grid> <Image Source="{Binding ImgUrl}" RenderOptions.BitmapScalingMode="LowQuality" Width="{Binding ActualWidth 阅读全文
posted @ 2024-09-23 00:06 FredGrit 阅读(13) 评论(0) 推荐(0)