"itemsExpandable"
Sets if the user is able to expand and collapse items interactively.
Synopsis
shape.itemsExpandable(bool check);
Parameter
Parameter | Description |
---|---|
shape | Name of the object |
check |
TRUE =interactively expanding/collapsing is enabled FALSE = interactively expanding/collapsing is disabled |
Description
If it's TRUE, the user is able to expand and collapse items interactively.
EXAMPLE
main()
{
TREE1.itemsExpandable(true);
}
Assignment
Tree widget
See also