Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows desktop devices.
3,014 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.