
wpf
文章平均质量分 77
leffort
这个作者很懒,什么都没留下…
展开
-
wpf DataGrid CheckBox 变相的全选
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:dg="http://schemas.microsoft.com/wpf/2008/toolkit" Title="原创 2010-03-09 17:14:00 · 6337 阅读 · 1 评论 -
wpf ComboBox 绑定 以及绑定项过多加载过慢问题
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="ComboxBinding" Height="300" Width="300">原创 2010-03-10 16:04:00 · 3828 阅读 · 0 评论 -
WPF将图片存入数据库再从数据库获取显示
因为需要将图片保存至数据库,必须取得图片的Stream, 在设置Image控件的Srouce属性应该赋值为图片的Steram。BitmapImage bitmapImage;bitmapImage = new BitmapImage();bitmapImage.BeginInit();bitmapImage.StreamSource = System.IO.File.OpenRead(转载 2010-04-15 16:33:00 · 5059 阅读 · 2 评论