
Wpf
Frank_Cui
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Debug] . [Wpf] XamlParseException was unhandled by user code
Question:<ListBoxItem IsSelected="{Binding HideZeroInRows, Converter={StaticResource InvertedBoolConverter}}">Off</ListBoxItem>Solution:this exception tend to mean that there is an error (...原创 2018-07-03 13:51:25 · 282 阅读 · 0 评论 -
[Wpf] . [Theme] 重构/Themes/Generic.xaml & 创建一个Custom Control的典型做法
转载自:https://www.codeproject.com/Articles/433476/Structuring-Your-XAML-Sources--------------Structuring your XAML source files by using dictionaries.Download source - 25.3 KBIntroductionWhen creating c...转载 2018-07-03 14:30:46 · 1941 阅读 · 0 评论 -
[Wpf] WPF中的Generic.xaml, theme以及custom control
转载自:https://www.cnblogs.com/lx-nju/p/5276640.html----------最近做的项目用了个漂亮的开源UI库,结果项目临近结尾发现要支持.Net 3.5, 然而那个UI库却最低支持4.0。欲哭无泪,最后决定拿掉那个库,自己改改style得了。深刻的教训。作为程序员一般都比较害怕搞界面,这下硬着头皮上,折腾折腾Blend,抄抄改改各种style,弄着弄着居...转载 2018-07-03 14:32:40 · 1017 阅读 · 0 评论 -
[Debug] [wpf] Window must be the root of the tree. Cannot add Window as a child of Visual
Solution: https://social.msdn.microsoft.com/Forums/vstudio/en-US/f8288536-c386-4d33-92d8-205434295ea1/window-must-be-the-root-of-the-tree-cannot-add-window-as-a-child-of-visual?forum=wpfAll you n...原创 2018-08-07 14:41:00 · 1269 阅读 · 0 评论