Name | Value | Description | |||
exStartWith | 0 | Defines the 'starts with' incremental search within the column. If the user type characters within the column the control looks for items that start with the typed characters. This option can be combined with the exMoveOnTop flag, which indicates that the control filters for items that start with typed characters. | |||
exContains | 1 | Defines the 'contains' incremental search within the column. If the user type characters within the column the control looks for items that contain the typed characters. This option can be combined with the exMoveOnTop flag, which indicates that the control filters for items that contains typed characters. | |||
exMoveOnTop | 256 |
If this flag is present, the items being found are displayed on the top of the
list. This flag can be combined with the exStartWith or exContains. The exMoveOnTop option filters for properties as you
type ( FilterBarPromptVisible property should be True, else it has no effect
). The first screen shot shows the properties before typing anything, while the second screen shot shows the item being re-arranged on top once the user typed "Allow" ( IncrementalSearch property is exContains + exMoveOnTop ): In other words, if the exMoveOnTop flag is included the control filters the entries/properties that match the typed characters only. |