02 2021 档案
WPF中回车后跳转至指定控件上
摘要:建议在PreviewKeyUp事件中写代码; 我喜欢用:Keyboard.Focus(控件名); 例: <TextBox Name="Txt_Dj" Width="80" Height="25" ></extBox> 那就可以使用:Keyboard.Focus(Txt_Dj); 阅读全文
posted @ 2021-02-20 21:33 绝版佳嫐 阅读(216) 评论(1) 推荐(0)
WPF 中Devexpress GridControl无限高度问题
摘要:今天在用WPF开发时,调用DevExpress的GridControl。测试时正常,但最后转到所需要的框架出了问题,报错如下: By default, an infinite grid height is not allowed since all grid rows will be rendere 阅读全文
posted @ 2021-02-20 21:19 绝版佳嫐 阅读(762) 评论(0) 推荐(0)
WPF中使用DevExpress控件lookupedite
摘要:今天我终于把lookupedit的使用方法弄出来了!我只想说DevExpress是个好东西,但细节上真的是个吭货!一会再说为什么吭吧!先上代码 在WPF界面 上先添加页面代码 (参考): <TextBlock Name="Txt_SjfyDataList" Visibility="Collapsed 阅读全文
posted @ 2021-02-19 18:08 绝版佳嫐 阅读(889) 评论(0) 推荐(1)