From wiki.swiftlytilting.com
WinBinder Manual/wb set state
Sets the state of a treeview node.
Syntax
bool wb_set_state (int wbobject, int item, int state)
- wbobject is a ListView, ListBox or ComboBox control.
- item is a treeview node.
- Set state to TRUE to expand the node or FALSE to collapse it.
Returns
Returns TRUE on success or FALSE if an error occurs.
See also