作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在开发一个具有严格 MVVM 模式的 wpf 桌面应用程序。
目前我的应用程序正在做以下事情:
- Showing a Treeview with HierarchicalDataTemplate.
- User can expand or collapse Nodes.
- User can add add new Nodes(Drag n Drop + double click).
- Everytime a new Node is added Model is updated and Treeview is recreated based on Model.
- Because Treeview is recreated, all nodes are shown as expanded after adding nodes.
- Model should not contain any data related to how to draw UI ??
- VM should just get data from Model and put it in UI(and pass date from UI to Model) ??
最佳答案
如果您还没有,请阅读 Josh Smith 的这篇精彩文章:Simplifying the WPF TreeView by Using the ViewModel Pattern
基本上,他建议包含一个名为 IsExpanded
的属性。在你的虚拟机中绑定(bind)TreeView
正确设置它,以便展开/折叠状态完全由程序员控制。
关于wpf - 在 wpf TreeView 中,如何使用其先前的扩展值重绘节点(使用 MVVM),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2196838/
我是一名优秀的程序员,十分优秀!