摘要: //xaml <Window x:Class="WpfApp216.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-07-16 20:48 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <ListBox Grid.Row="1" Grid.Column="0" ItemsSource="{Binding CountryList}" x:Name="countryLbx" DisplayMemberPath="CountryName"/> <TextBlock Text="State 阅读全文
posted @ 2024-07-16 11:33 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: //xaml <ListBox Grid.Row="1" Grid.Column="0" ItemsSource="{Binding}" x:Name="countryLbx" DisplayMemberPath="CountryName"/> <ListBox Grid.Row="1" Grid. 阅读全文
posted @ 2024-07-16 11:25 FredGrit 阅读(5) 评论(0) 推荐(0) 编辑