Share via

Creata a table in XAML

card 1 Reputation point
2020-02-28T01:30:22.627+00:00

How to create a table with row and column in UWP like the HTML tag?
If we use the ListView or GridView, it can not have the column title for each column and column line to make it look like a table.
Thanks.

Developer technologies | Universal Windows Platform (UWP)

1 answer

Sort by: Most helpful
  1. Richard Zhang-MSFT 6,936 Reputation points Microsoft Employee Moderator
    2020-02-28T02:26:25.843+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    If you plan to create tables, you can use the DataGrid provided by WindowsCommunityToolkit. This is the relevant documentation: DataGrid.

    Thanks.

    Was this answer helpful?

    0 comments No comments

Your answer

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