Visual Studio 2008 Support
Q4 2007 release introduces compatibility with Microsoft Visual Studio 2008 and .NET 3.5
NTreeList
In this release Nevron User Interface for .NET includes a powerful new control named NTreeList. The control is based on the NTreeViewEx and extends it by adding list-view functionality. This combination allows for complex data-related tasks like grouping, sorting, binding, etc. The control appearance and functionality is highly customizable. Following are some of the major features of the control:
- Freezable list view columns
You can choose some columns to be displayed regardless how the user scrolls horizontally. This feature is very useful when you need to make sure that important data is always displayed.
- Binding to a Data Table
This feature allows you to import the NTreeListData from a DataTable object, as well as to implement custom data import.
- Extensible row filtering
You can combine several types of predefined filters to selectively display rows in the list.
- Sorting
The controls allows you to sort by rows with the same tree depth as well as to sort recursively (that is sort the children of these nodes as well).