charsToTrimFromKey | |||||||
Type | property | ||||||
Dictionary | widget.treeview | ||||||
Library | Tree View | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.treeview | ||||||
Summary | The number of leading characters to trim from the key for display. | ||||||
Parameters |
| ||||||
Related | Property: arrayData | ||||||
Description | The charsToTrimFromKey property controls the number of leading characters that are removed from the keys of the arrayData of the widget. This allows a custom sort where the sort portion of the key is not displayed. With charsToTrimFromKey set to 2, the following array:
Would display in the widget as:
|