Files
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

818 B

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
ComboBox 03/30/2017
AutoGeneratedOrientationPage
controls [WPF], ComboBox
ComboBox control [WPF]
fe0c2f62-fec2-4c41-a37e-5773d284170c

ComboBox

The xref:System.Windows.Controls.ComboBox control presents users with a list of options. The list is shown and hidden as the control expands and collapses. In its default state, the list is collapsed, displaying only one choice. The user clicks a button to see the complete list of options.

The following illustration shows a xref:System.Windows.Controls.ComboBox in different states.

Combo boxes in default and pressed states
Collapsed and expanded

Reference

xref:System.Windows.Controls.ComboBox