多级列表框?

时间:2011-11-15 19:22:52

标签: c# silverlight windows-phone-7

我想为WP7页面创建一个多级(4-5级)选中列表框,所以它看起来像图中显示的动态树:

Example of multilevel-list

我找到了一种在here中执行两级列表的方法,但是如何扩展它以使其可以有4-5级?

提前致谢。

1 个答案:

答案 0 :(得分:1)

我建议使用Silverlight Toolkit中的LoopingListSelector。 Windows Phone Geek有written a guide that illustrates how it could suit your purpose

虽然您可能没有超过4个级别的屏幕空间。