0

I am reletevely new to Windows Apps development. Not sure if I am right or wrong, but I believe that there is no tree structure in Windows 8.1 apps. If I am wrong or anyone has a solution how I could include a simple tree structure in my app would be really appreciated.

Note: I'm working with C#, Visual Studio 2015, WinRT (Windows Universal 8.1 / Windows Phone 8.1 [phone is not necessery at this point]).

Thanks for answers in advance!

4

1 回答 1

1

如果我没记错的话,WinRT 没有任何用于显示树数据的内置 XAML 控件(至少不像 F12 工具中的 DOM 资源管理器树)。但您始终可以滚动您自己的控件,或调整 WinRT XAML 工具包中的TreeView 控件。

于 2016-10-07T10:55:01.887 回答