This repository contains samples that demonstrate built-in functionalities of Dropdown Button control.
- Getting Started - This demo explains how to add dropdown button control and its basic features like image sizing options and size modes to an application here.
- Adding Menu Items - This demo explains how to bind menu items to dropdown button control.
- Data Binding - This demo explains how to bind data to dropdown menu group using XAML data binding and consume menu item command actions.
- Command Binding - This demo explains how to provide command binding for dropdown menu items to perform any action while clicking the same.
- Adding Custom Menu Items - This demo explains how to add custom dropdown menu items and handle visibility of custom items icon bar in dropdown control.
- Customize Menu Items - This demo explains how to set the drop-down item icon, icon bar visibility, scrollbar visibility, and checkable support.