The TreeView control does not support multiple selections, to my knowledge. You will most likely have to create your own implementation of the TreeView control that allows more than one node to be selected.
I hope that helps. On Jan 16, 9:26 am, R Tanner <[email protected]> wrote: > Hi, > > I have a treeview control with about 30 different child members and > some of those child members have their own child members. I would > like to make it so that when the user selects a root member, all of > it's child members are selected. How could I do that? > > I'm new to C# by the way...
