Using WPF controls in a Surface application

一曲冷凌霜 提交于 2020-01-17 01:21:14

问题


I'm needing a TreeView control in our surface application. Situation is ive already created a TreeView implementation using infragistics XamlDataTree. Im wondering whether this control set can be used in a Surface application (being that it is a WPF app under the hood)?

Question also in general can you reuse standard WPF controls in the surface environment?

Also is there a tool already in the Surface SDK suite that would suit a TreeView style layout?

Thanks in advance


回答1:


Don't know about the XamlDataTree, but in general, you can use any WPF control in a Surface Presentation Layer Application.



来源:https://stackoverflow.com/questions/10277013/using-wpf-controls-in-a-surface-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!