Enable Multiple Selection and Implement the Contextual Action Bar
This example handles the DXCollectionView.LongPress event to enable multiple item selection and display the contextual action bar.
Related Members:
- Shell: TitleView
- StatusBarBehavior from MAUI Community Toolkit: StatusBarColor, StatusBarStyle
- DXCollectionView: LongPress, SelectionMode,SelectionChanged, SelectedItemTemplate
- DXButton: Clicked
Anatomy
The following image illustrates UI element appearance in normal and selected states:
Implementation Details
Refer to the following GitHub example to see implementation details: