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.

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Richard Zhang-MSFT 6,936 Reputation points
    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.

    0 comments No comments