TreeView Xojo plugin

TreeView.MultiSelection Property

If set to true then the control will allow selecting of multiple nodes.

MultiSelection as Boolean {Read and Write}

Remarks

The TreeView control has "Free Selection" model which means that non continuous nodes can be selected by holding down Command* key while selecting when in MultiSelection mode.

* On non MacOS systems users should hold down Control key for multiselection.

See Also

TreeView Control