c# - Allow multi-select in a .NET TreeView -


i'm stuck in .net 2.0 windows forms.

it doesn't ability select multiple nodes exists in standard treeview control.

i'm trying context menu selection. check boxes aren't acceptable ui paradigm here.

what's best way provide necessary functionality?

we did in wtl project once, basic work needed same .net. achieve multiple selection tree control, need draw tree items , override keyboard , mouse handling. need maintain own list of items selected.

don't forget consider selection rules (are parents , children allowed, example), , don't forget implement keyboard shortcuts including selection using ctrl, shift, , ctrl+shift, spacebar selecting/deselecting.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -