摘要: 1、xaml 文件 <Window x:Class="DataTemplate.HierarchicalDataTemplateWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="htt 阅读全文
posted @ 2017-10-23 14:20 龙骑科技 阅读(1043) 评论(0) 推荐(0)
摘要: ApplicationCommands用于表示应用程序程序员经常遇到的常见命令,类似于ctrl+c 在WPF中,许多控件都自动集成了固有的命令集。比如文本框TextBox就提供了复制(Copy),粘贴(Paste),裁切(Cut),撤消(Undo)和重做(Redo)命令等。 WPF提供常用应用程序所 阅读全文
posted @ 2017-10-23 10:09 龙骑科技 阅读(3175) 评论(0) 推荐(3)