Treeview node select
Is there a way to get the treeview control to recognize that a node is
selected when using checkboxes? As of now it will only return a selected
node if the node is actually highlighted.
What I'm trying to do is build a browse for folder control where the
user can select multiple folders using checkboxes. (i.e. if they check
the box for a root folder, it will automatically select all subfolders,
but allow them to de-select individual ones).
.
Relevant Pages
- please help ::: .NET TreeView control exploded in my face :-o
... I wrote an application to display basic information in a small ... family-tree database. ... to display the folder hierarchy in its left-pane, ... Can anyone suggest a treeview control for VC++ .NET 2003 ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: Tree view
... it is not possible to have some nodes as checkboxes and others as ... plain in a Treeview control. ... >> The standard Microsoft Treeview does not support multiple selection. ... >> HTH ... (microsoft.public.vb.controls) - Re: TreeView Control
... contains 6 standard modules, 3 class modules and 1 form. ... When I'm in Windows Explorer and I need to go for instance into VB98 folder ... I would like to open VB98 folder located in TreView control programmatically ... If I for instance could have a property of TreeView control called ... (microsoft.public.vb.general.discussion) - Re: ASP.NET 2.0 TreeView control postback on checkChanged
... made my own class that derives from the TreeView control. ... implemented a override for Render method that adds a javascript ... eventhandler to the checkboxes ... StringBuilder builder = new StringBuilder; ... (microsoft.public.dotnet.framework.aspnet) - Re: treeview on userforms in MS Word?
... > using something like a treeview control. ... 'to set the parent node, leave the first parameter blank, then for any child ... NodeClick, NodeCheck(for multiple selections), etc. ... > checkbox associated with each treeview item or something (checkboxes only ... (microsoft.public.word.vba.userforms) |
|