Notifications
Clear all

[Closed] Treeview c# issue

Hey guys
I had a quick c# question relating to 2013 where the full .NET sdk is available to max.

The multi-select on the treeview is acting odd. The background highlight seems to be overridden on the currently selected item. This means that my multi-select will select everything with coloured background, but the last thing I click always has a white background. I think that the normal TreeView styles are overriding mine somehow, but I haven’t tracked down how. I was wondering if you have come across anything like this before or had a solution for this?

4 Replies

I personnaly use this one:
http://sourceforge.net/projects/mstreeview/

It is perfect for multi-selection.
Maybe you can find your answer in its sources…

It miss only the “slow double click” rename feature which I implemented on top of it. This thread is talking about this:
http://forums.cgsociety.org/showthread.php?f=98&t=1072018

Good luck!

alright I’ll check that out.
thank you for the reference.

http://monsterblues.blogspot.com/2012/01/dotnet-treeview-multiselect-for.html

I had a blog post about getting the Tree view Multiselect plugin to work inside of 3ds Max.

My bad !

I think I used your bug fixed version, which works great! Thanks for sharing that!
I only implemented Denis’ hack to support Esc and Enter on label editing in a 3dsmax rollout and it is a perfect Maxscript Treeview!