会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
码吗
博客园
首页
新随笔
联系
订阅
管理
2020年1月15日
WPF DataGridCheckBoxColumn 绑定值后不能选中以及 能选中后,不能进行属性通知
摘要: <DataGridCheckBoxColumn Width="80" Header="选择" Binding="{Binding Selected,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" > <DataGridCheckBoxColumn.
阅读全文
posted @ 2020-01-15 16:34 码吗
阅读(1737)
评论(0)
推荐(2)
2017年10月26日
C#,COM口,接收,发送数据
摘要: 这里写一种,COM口的数据接收,发送方法。 1.COMHelper类 1 /// <summary>初始化串行端口</summary> 2 private SerialPort _serialPort; 3 4 public SerialPort serialPort 5 { 6 get { ret
阅读全文
posted @ 2017-10-26 17:37 码吗
阅读(5326)
评论(1)
推荐(1)
WPF ListBox 一些小知识点
摘要: 页面代码: 资源样式代码: 1 <Style TargetType="ListBox" x:Key="StepTemp"> 2 <Style.Resources> 3 <SolidColorBrush Color="Transparent" x:Key="{x:Static SystemColors
阅读全文
posted @ 2017-10-26 16:39 码吗
阅读(377)
评论(0)
推荐(0)
测试
摘要: 测试
阅读全文
posted @ 2017-10-26 15:37 码吗
阅读(103)
评论(0)
推荐(0)
公告