05-13-2010 03:35 AM
hi,
In tree control, i need to set tree selection mode to VAL_SELECTION_MULTIPLE,through which control attribute can i do this? i am looking into SetTreeItemAttribute but i didnt find it. can anyone tel me how to set tree selection to multiple.
thanks in advance.........
05-13-2010 04:08 AM
The selection mode is a general attribute that refers to the whole tree control: for this reason it cannot be found within the item attributes, it is a control attribute instead.
Set it with SetCtrlAttribute (panelHandle, controlID, ATTR_SELECTION_MODE, VAL_SELECTION_MULTIPLE);