简体   繁体   中英

3rd Party WPF Treeview Control

I am wondering if anyone knows of a WPF control that can serve the following functions.

  1. Is a treeview that contains treenodes
  2. Can display different numbers of treeviews depending on how wide the parent window is expanded
  3. Can be bound with an ItemSource

You can try the DevExpress TreeList control: http://www.devexpress.com/Products/NET/Controls/WPF/Tree_List/

Or Telerik's TreeView control: http://www.telerik.com/products/wpf/treeview.aspx

Check out their demos and you can even download and try them.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM