VS2005 TreeView Multi-Select

  • Thread starter Thread starter dev
  • Start date Start date
D

dev

Can we select multiple nodes in a visual studio 2005/.NET 2.0 treeview
using CTRL/Shift or do we have to write all that code like in .NET 1.x?
Thanks in advance. Bill
 
scott said:
Unfortunatly you answered your own question there, you have to code this
feature yourself.

We do however use this control
http://www.codeproject.com/cs/miscctrl/mwcontrols.asp

Hope this helps.

Regards

Scott Blood
C# Developer

Thanks, Scott. I'd hoped 2.0 would have this feature.. my guess then is
the treeview works same as the left hand side of Windows Explorer.. not
intended to have multiple selections for whatever reason.
 
Yes its silly really, why on earth this feature is not implemented,
considering in Delphi (which is one of Visual Studio's biggest competitors)
has a far better component library, which since moving to pure microsoft
technologies, i really miss.

Simply putting TreeView1.MultiSelect := tsExtended was a dream.
 
I gotta say, I'm right there with you, Scott...things you could do in
Delphi 5 years ago are only now being implemented in Visual Studio.
And then there's this functionality which hasn't made it in yet...

Just my $.02

-SLC
 
Back
Top