mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* 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
21 lines
818 B
Markdown
21 lines
818 B
Markdown
---
|
|
title: "ComboBox"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "controls [WPF], ComboBox"
|
|
- "ComboBox control [WPF]"
|
|
ms.assetid: 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.
|
|
|
|

|
|
Collapsed and expanded
|
|
|
|
## Reference
|
|
<xref:System.Windows.Controls.ComboBox>
|