Correlated Treeview/Option group Scrolling
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have hierarchical data that the user can make one of four choices about. The primary treeview manages @900 rows of data that collapsed to @100 groups. I need to draw a tree view with a 'radio button group' where the radio buttons are related to the treeview node index. I have made a User Control for the 4 radio button but can't quite figure out: 1) How to Position the radiobuttonControl to align with the tree view node 2) Linkage to connect the option group data to the index appropriate treeview node i.e. [a,b,c,d] tvNode1 [a,b,c,d] tvNode2 Each control is located on separate panels, panel 1 is for the radio buttons, panel 2 is for the Treeview. - Is there may be a better way??? TIA
Tom Hamilton Sacramento, CA