Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 979 Bytes

File metadata and controls

23 lines (18 loc) · 979 Bytes
title description ms.date f1_keywords helpviewer_keywords ms.assetid
ComboBox
Learn about the ComboBox control, which presents users with a list of options. The list is shown and hidden as the control expands and collapses.
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