会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
默默无闻。
博客园
首页
新随笔
联系
管理
订阅
2021年12月17日
WPF DataGrid自定义DataGridTemplateColumn.CellTemplate中ComboBox绑值问题
摘要: 如有不理解的地方请留言。 1.主要解决问题:DataGrid滚动条拉动导致表格数据混乱、数据双向绑定、ComboBox数据源更改后默认显示空值(设置SelectedIndex为0无效 2.解决问题 2.1DataGrid滚动条拉动导致表格数据混乱 将DataGrid中EnableRowVirtual
阅读全文
posted @ 2021-12-17 11:31 默默无闻。
阅读(1188)
评论(0)
推荐(1)
编辑
2020年5月12日
C#DateTime转为指定格式字符串
摘要: 示例:DateTime time = new DateTime(2020,1,1,10,20,30,40);//2020-1-1 10:20:30:40 time.ToString("yyyy");//年 2020 time.ToString("yyyy-MM");//年 月 2020-1 time
阅读全文
posted @ 2020-05-12 09:52 默默无闻。
阅读(3877)
评论(0)
推荐(0)
编辑
2020年5月9日
Dev中ChartControl.Diagram属性为null的原因
摘要: ChartControl的Diagram属性需要先添加Series属性值才不为null Series属性为图表一项数据集
阅读全文
posted @ 2020-05-09 17:14 默默无闻。
阅读(338)
评论(0)
推荐(0)
编辑