ComboBoxItem Class
Updated: February 2009
Implements a selectable item inside a ComboBox.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
Note: |
|---|
By default, the HorizontalAlignment of a ComboBoxItem is set to Stretch. The default horizontal position of a StackPanel is Center. If you set the Width property of a ComboBoxItem through a StackPanel, the panel's default is applied and the item will be centered. |
Content Model: ComboBoxItem is a ContentControl. Its content property is Content. For more information on the content model for ComboBoxItem, see Controls Content Model Overview.
Dependency properties for this control might be set by the control’s default style. If a property is set by a default style, the property might change from its default value when the control appears in the application. The default style is determined by which desktop theme is used when the application is running. For more information, see Themes.
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.ListBoxItem
System.Windows.Controls.ComboBoxItem
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: