UWP Menu (SfMenu) Overview
25 May 20211 minute to read
SfMenu
control allows the hierarchal organization of elements that are associated with commands and event handlers. SfMenu
contains a collection of SfMenuItem
, which can be expanded to display additional SfMenuItem’s or to perform a specific action when clicked.
Features:
-
ItemsSource
- List of options can be bound to the control -
Orientation
- Provides support to Horizontal / Vertical orientation. -
PopUpAnimationType
- Built-in popup open Animations are available - Provide support for
CheckBox
andRadioButton
selected menu items.