Mash
Mash

Reputation: 159

No dropdownlist control in Visual Studio 2013 Desktop

I am making a simple desktop app in Visual Studio 2013 Express Desktop. I want to drag and drop a dropdownlist and the bind it with database, but I cannot find the dropdownlist control in the toolbar. Why is that?

Upvotes: 2

Views: 3981

Answers (1)

zmarks22
zmarks22

Reputation: 318

For some reason it's called a Combo Box for desktop apps.

Upvotes: 1

Related Questions