上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 94 下一页
摘要: <Window x:Class="WpfApp397.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-22 14:48 FredGrit 阅读(6) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp397.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-22 14:26 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <Window.Resources> <ObjectDataProvider x:Key="kindEnum" MethodName="GetValues" ObjectType="{x:Type sys:Enum}"> <ObjectDataProvider.MethodParameters> < 阅读全文
posted @ 2024-09-22 14:22 FredGrit 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp395.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-21 22:00 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <ComboBox ItemsSource="{StaticResource dataList}" SelectedIndex="0" VirtualizingPanel.IsContainerVirtualizable="True" VirtualizingPanel.IsVirtualizing 阅读全文
posted @ 2024-09-21 20:57 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <Window x:Class="WpfApp392.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-21 19:45 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <ComboBox x:Name="cbx" Grid.Row="0" Grid.Column="0" SelectedIndex="0" ItemsSource="{StaticResource booksData}" FontSize="20" Foreground="Red" Vertical 阅读全文
posted @ 2024-09-21 17:41 FredGrit 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <ComboBox Grid.Row="0" Grid.Column="0" SelectedIndex="0" ItemsSource="{StaticResource booksData}" FontSize="20" Foreground="Red" VerticalAlignment="St 阅读全文
posted @ 2024-09-21 16:56 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: private void FillGridRandomly() { rowsColsSet = new HashSet<XY>(); if (gd != null) { gd.Children.Clear(); } for (int i = 0; i < 50; i++) { while (true 阅读全文
posted @ 2024-09-21 14:58 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑
摘要: //custom control <UserControl x:Class="WpfApp389.ElpImageTbk" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schema 阅读全文
posted @ 2024-09-21 14:20 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 94 下一页