c# - Multi-level Combo Box in Windows Forms -


i use combo box in winforms application select 1 option out of many. choice affects whole application , pretty important, don't want use menu strip this. therefore combo box obvious choice.

there 1 problem though, have two-level hierarchy of these choices , need select , display options second level. put simply, obtain this:

enter image description here

is there way or similar using winforms tools? or easy way implement this? haven't implemented visual controls in winforms before , don't want waste lot of time learning how to. answer.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -