|
HComboTree
A combobox that shows a HTreeView as a popup
IntroductionA easy to use combobox with a treeview inside
Methods: none Properties:
Events:
DetailsExample: HTreeNode root = new HTreeNode( "gigi1" ); combobox.Tree.Nodes.Add( root ); root.Nodes.Add( new HTreeNode( "gigi2" ) ); root.Nodes.Add( new HTreeNode( "gigi3" ) ); root.Nodes.Add( new HTreeNode( "gigi4" ) ); see the wiki for the HTreeView here for more info. | ||||||||||||