

Abstract
The DropDownTreeView
control is a .NET composite UserControl
that is built from a combination of Button
control, TextBox
control and a TreeView
control. It is much like a ComboBox
control except it drops a TreeView
instead of a dropdown list.
Functionality
The first version of this control provides an extra functionality. I must address that this is a BETA version, which will be developed further in the future.
How to use?
It is very simple; just check the TestApp sample code that is provided with this article.
More screenshots


