| | Site Map |
List
Controls for .NET WinForms
Product
Tour start page
| AutoFind |
|
Both controls provide the AutoFindMethod property, which indicates the method used to assist the user in locating items.
Our AutoFind functionality came about due to customer feedback. We've provided type-ahead in the edit text box before, in our COM itCombo - and other vendors do this too. But it's not always an ideal solution. In many situations you will want to assist the user in rapid location of items - but having the edit text box is not desirable. We think providing type-ahead in itList, and itCombo without an edit text box, is the perfect solution for most requirements. To the best of our knowledge, this functionality is unique to our controls. Also unique to itCombo is multi-column edit, which can be seen in the first two screenshots. This feature is very handy where data in the primary edit column is not unique. You can let the user drop the list to see which item they've actually picked, or take advantage of the EditFormat property. Here's a good example, taken from the List Controls for .NET WinForms demo. The Australian suburb file contains six instances of "Red Hill". To choose a suburb the user needs to see State and Postcode in order to differentiate similarly named suburbs.
Having to drop a combo's list portion can be irritating, especially when you do a lot of data entry. itCombo's multi-column edit (provided by the EditFormat property) makes life much easier!
|