How to create multiple columns ListView in MAUI?

nor ya 0 Reputation points
2024-11-24T16:34:46.5+00:00

The ListView always has only one column in MAUI, but I want to multiple columns .

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,726 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 45,656 Reputation points Microsoft Vendor
    2024-11-25T03:07:51.07+00:00

    Hello,

    ListView is not used to display data grid. For this requirement, Maui provides the CollecionView data grid API.

    You can refer to the following document to implement this requirement.

    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.