Multiselect treeview
According to the documentation, there is no multiselect parameter in the treeview creation properties ,but in the treeview selection property says that an array of indices can be passed as selection. I tryed that, but only the last index of the array is selected.
Is there any way to make the treeview has multiselection, or I would have to make a custom full implementation of the treeview?
