G Guest Oct 26, 2005 #1 Does the tree view in VS 2005, have mutli select capability? If not does anyone know of any alternatives.
Does the tree view in VS 2005, have mutli select capability? If not does anyone know of any alternatives.
R rahool Oct 27, 2005 #2 Treeview does not have multiselection in VS 2005. In Web application you can use javascript to multiselect. May be this will help you. http://www.codeproject.com/cs/miscctrl/mwcontrols.asp rahool
Treeview does not have multiselection in VS 2005. In Web application you can use javascript to multiselect. May be this will help you. http://www.codeproject.com/cs/miscctrl/mwcontrols.asp rahool
G Guest Oct 27, 2005 #3 The way I do it is to set the back color and the fore color of each node when you click it and keep track of the currently selected nodes.
The way I do it is to set the back color and the fore color of each node when you click it and keep track of the currently selected nodes.