Skip to main content

46 docs tagged with "treeview widget"

View all tags
Docs

actionInspect

Sent when an the inspect icon is clicked in read only mode

arrayData

The array being displayed by the widget

arrayStyle

Whether the tree view should display its contents in array style or as a standard tree view.

dataChanged

Sent when the arrayData of the widget changes

foldedIconName

A predefined SVG icon to use for folded array elements.

foldState

The fold state of the array being displayed by the widget

indentSize

The size of the indent for array sub-elements

itemPadding

The size of the padding for tree view elements

pathDelimiter

Manipulates the separator between the elements of the array viewer

readOnly

Whether the options to modify elements of the underlying array are present or not.

scroll

Vertical scroll position of the widget

showBorder

Whether the widget has a border or not.

showHover

Whether the widget has a hover row displayed or not.

showIndentLines

Whether to show lines indicating elements at the same indent

showSeparator

Whether the separator bar between keys and values is showing or not

showValues

Whether the values are displayed or not

sortOrder

Manipulates the order in which elements of the tree view are displayed, with respect to the current sortType.

sortType

Manipulates the type of ordering in which elements of the tree view are displayed.

Tree View

A widget to display array data in a tree view

vScrollbar

Controls the visibility of the browser's vertical scrollbar.