
WPF C#
tvrddmss
这个作者很懒,什么都没留下…
展开
-
ItemsControl 解析
先上个示例? ItemsControlMargin="10" ItemsSource="{Binding}"Name="itemsControl">ItemsControl.Template> ControlTemplate TargetType="{x:Type ItemsControl}">转载 2012-06-12 11:03:21 · 467 阅读 · 0 评论 -
datagrid 常用事件
BeginningEdit:发生于一个单元格或行进入编辑模式之前。 CellEditEnded:发生于一个单元格编辑已被确认或取消。 CellEditEnding:发生于一个单元格正在结束编辑时。 CurrentCellChanged:发生于一个单元格成为当前单元格时。 PreparingCellForEdit:发生于在DataGridTemplateCol转载 2012-06-08 09:54:49 · 757 阅读 · 0 评论 -
wcf 异常捕获
在引用服务的类的初始化中加入WebRequest.RegisterPrefix("http://", System.Net.Browser.WebRequestCreator.ClientHttp);服务器端配置文件原创 2012-05-03 14:52:09 · 503 阅读 · 0 评论 -
MessageBoxControl
#region 属性变量 private System.Windows.Threading.DispatcherTimer _timer = new System.Windows.Threading.DispatcherTimer(); private int timetick_second; #endregion #regi原创 2012-04-27 19:50:29 · 322 阅读 · 0 评论 -
Canvas.ZIndex
不在Canvas中也可以设置Z轴原创 2012-04-27 19:48:51 · 701 阅读 · 0 评论 -
WCF Service中HttpContext.Current为null的解决办法
1. 在hosting WCF的web.config中加入: 2. 在Service的类定义上加上下面Attribute:[AspNetCompatibilityrequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]转载 2012-04-24 10:17:55 · 503 阅读 · 0 评论