
WPF
okkk
这个作者很懒,什么都没留下…
展开
-
WPF Validating事件 替代办法。
WPF 在Control控件上缺少 Validating事件 及 OnValidating虚函数。 需要在用户焦点 离开页面时,如果需要执行 “保存”操作,将会遇到问题。 以下是使用 “事件延迟” 的办法处理该问题: IInputElement lastFouces; //一个临时变量 protected override void OnPreviewLostKe原创 2012-02-18 10:19:21 · 1691 阅读 · 1 评论 -
WPF 小矢量图 : 主页,返回,加,减,文字按钮,左移,右移
代码:: <UserControl x:Class="SQ.TestPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"原创 2015-11-26 11:21:58 · 1849 阅读 · 1 评论