DlhSoft Hierarchical Data Library
DlhSoft Hierarchical Data Library is a library of hierarchical data related Windows client components such as the TreeListView control. Included controls can be used in Windows and browser applications, and support all .NET languages, including but not limited to C# and Visual Basic .NET. Appropriate reference documentation is available in Visual Studio style.
Features:
- Very similar in appearance, behavior, and development related features with the standard ListView control;
- Permits using standard GridViewColumn objects within a GridView definition to indicate custom columns to be displayed in the user interface;
- Permits using a TreeGridViewColumn object derived from GridViewColumn within a GridView definition to indicate the column to be displayed as a tree in the user interface;
- Allows the developer to data bind or disable data binding of node indentation and expansion values to custom data item members by setting or clearing the appropriate MemberPath properties;
- Data hierarchy is based on the node collection index and indentation value;
- Allows the developer to manage node indentation and expansion values programmatically and/or through the commands exposed by the control;
- Allows the developer to use an external NodeManager class instance as the core node management business logic provider within the control;
- Allows the end users to expand and close nodes, and to increment or decrement node indentation, excepting the case that these features are disabled by the developer, by setting the appropriate ReadOnly properties to true manually;
- Uses the current culture (language and region) set by the end user (using the Regional and Language Options) for displaying and retrieving values such as numbers or dates and times, excepting the case that the running thread culture was set by the developer to a specific culture information object manually;
- Uses the current theme provided by the operating system (Aero, Luna, etc.) or configured by the end user (when such option is available), excepting the case that the developer has customized the user interface properties values manually.
From: DlhSoft
License: Commercial
0 positive reviews 0 negative reviewsTags: hierarchical data

Write a Review