Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
488
Treeview control
posted

I notice Infragistics has WinForms & Silverlight treeview controls. Is there any reason why there is no WPF treeview control. Are Infragistics intending to develop such a control if so when ?

I added this question here because I believe there may be a way of customising the data grid to act as a treeview but this seems like a very cumbersome solution to me.

Parents
No Data
Reply
  • 69686
    posted

    Hello,

    We currently do not have a TreeView control but as you said, the XamDataGrid acts in some ways as a TreeView. It supports many fieldlayouts (levels) and can be easily turned into a treeview ( all you need is a treeview-like underlying class as a DataSource). I believe we had a feature request about including connection lines just like the treeview.

    We encourage you to suggest your request for features, new controls, extending existing controls on this link and we will try to include them in future releases.

    Regards,

    Alex.

Children