摘要: Inmy previous post, I have already defined how you can inherit from an existing control and define your own reusable chunk. The reusable XAML code tha... 阅读全文
posted @ 2014-11-12 22:03 东风125 阅读(311) 评论(0) 推荐(0)
摘要: I have always found that there isn’t enough documentation about Custom Control development in WPF. Most of the information is segregated into articles... 阅读全文
posted @ 2014-11-12 15:12 东风125 阅读(193) 评论(0) 推荐(0)
摘要: In XAML, when you want to reference a CLR type, you have to add a namespace mapping that maps the XML namespace to the CLR namespace, like so:xmlns:lo... 阅读全文
posted @ 2014-11-12 14:22 东风125 阅读(277) 评论(0) 推荐(0)