showValues

Typeproperty
Dictionarywidget.treeview
LibraryTree View
Syntax
get the showValues of <widget>
set the showValues of <widget> to {true|false}
Associationscom.livecode.widget.treeview
Summary

Whether the values are displayed or not

RelatedProperty: showSeparator
Description

Use the showValues property to display or hide the values of the arrayData
of the tree view widget. This setting will be useful when using the widget as a menu for navigation purposes.

Hiding values effectively hides the separator as well.