How to add a check box to the list of items in Picker?

Sowndarrajan Vijayaragavan 330 Reputation points
2024-04-23T10:33:18.3833333+00:00

I need to add a check box for the picker list items.

Please guide me to the solution.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,897 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 35,726 Reputation points Microsoft Vendor
    2024-04-24T02:51:20.7266667+00:00

    Hello,

    Picker in MAUI currently does not support multi-selection mode. For this requirement, you could achieve it through pop-up windows and CollectionView.

    You can display a pop-up window to open the collectionview in multi-select mode under certain circumstances based on your application scenario.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful