Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.5 KB

dropdownbutton.md

File metadata and controls

45 lines (28 loc) · 2.5 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.DropDownButton
winrt class

Microsoft.UI.Xaml.Controls.DropDownButton

-description

Represents a button that includes a chevron to indicate a menu can be opened.

-remarks

The chevron is a visual indicator that a flyout is available with a menu of options. The DropDownButton has the same behavior as a standard Button with a flyout (only the appearance is different).

For more info and examples, see Buttons.

Control style and template

You can modify the default Style and ControlTemplate to give the control a unique appearance. For information about modifying a control's style and template, see XAML styles. The default style, template, and resources that define the look of the control are included in the generic.xaml file. For design purposes, generic.xaml is installed with the Windows App SDK NuGet package. By default, this location is \Users\<username>\.nuget\packages\microsoft.windowsappsdk\<version>\lib\uap10.0\Microsoft.UI\Themes\generic.xaml. Styles and resources from different versions of the SDK might have different values.

XAML also includes resources that you can use to modify the colors of a control in different visual states without modifying the control template. Modifying these resources is preferred to setting properties such as Background and Foreground. For more info, see the Light-weight styling section of the XAML styles article.

-see-also

Buttons

-examples

Tip

For more info, design guidance, and code examples, see Buttons.

[!div class="nextstepaction"] Open the WinUI 3 Gallery app and see the DropDownButton in action

The WinUI 3 Gallery app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.

-xaml-syntax

<DropDownButton />