Using WPF controls in a Surface application

2019-09-09 06:02发布

问题:

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.