High Performance
Designed with having all nodes fully expanded as the common use case
scenario. The performance was consideration #1, #2 and #3 to ensure
a solid user experience.
N-Tier
Unlimited levels of data can be displayed. This allows you to represent
your comprehensive hierarchical data.
MVVM Simplicity
Our TreeListView was designed with MVVM in mind as the preferred method
of using the control. Our demo application shows how easy and intuitive
this is.
Column Flexibility
With WPF, your column cells can have anything you want in them. DatePickers,
textboxes,checkboxes,labels,textblocks. Your design imagination is the
limit.
Custom Data Template Selector
We provide a custom data template selector this is wicked fast.
All you do is declare the DataTemplates with the type of your class
(or even parent class) and the selector does the work. No matches,
then nothing is displayed in that cell. Easy as pie.
Above is a simple example
Inline Activated In-Place Editor
Did you want to allow users to edit in-place? Easy enough. We take it
a step further, you can show content one way while viewing, but mouseover
allows you to switch the content with an editor.