摘要: //xaml <Window x:Class="WpfApp6.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2024-10-03 22:02 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <DataGridTemplateColumn Header="Image"> <DataGridTemplateColumn.CellTemplate> <DataTemplate> <Image Source="{Binding DataContext.ImgUrl, RelativeSourc 阅读全文
posted @ 2024-10-03 19:15 FredGrit 阅读(4) 评论(0) 推荐(0) 编辑
摘要: //xaml <Window x:Class="WpfApp3.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2024-10-03 01:18 FredGrit 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <Window.Resources> <local:ImageUrlConverter x:Key="imgConverter"/> </Window.Resources> <Image Source="{Binding ImgUrl,Converter={StaticResource imgCon 阅读全文
posted @ 2024-10-03 00:10 FredGrit 阅读(6) 评论(0) 推荐(0) 编辑