THN Solutions
Home
Product
Service
Technology
About
Downloads
Support
Home
>
Technology
>
VUI
> Lists
Technology
Overview
What are we cooking?
Data
Data Abstraction Layer
THN's Standalone Db
Business
Flex Obj
Networking
Teleport
THN's Communication Foundation
Presentation
SunFire
FormSoul
VUI
Utilities
Xml Parser
Xml Serializer
Binary Serializer
Unit Testing
Log
Listbox, ComboBox
Listbox in blue theme
Listbox in black theme
* Multi-column: supports multiple columns of text, image, number, boolean, and custom value types
* Tree: The list supports rows within rows. In essence, the list is also a tree. There is no need to go through a lot of hassles to have a multi-column tree. We bit the bullet ourself to build this flexible and fast tree-list so that you don't have to.
* Sorting: sorting is already supported. Default algorithm is quick-sort. You may choose from more than 10 sorting algorithms or write your own and plug it in this list.
* Support millions of rows.
* Auto-binding: natively supports binding to an object list. Just give an array or collection to the list and you are done.
* Auto-complete: the DropDownListbox (Combo Box) automatically completes neccessary information while the user is typing.