How to draw a table with more Columns?

Hi, How to draw a table with more Columns?

What do you mean by “more Columns”?

You can use the Grid to make a table:

<Grid ColumnCount="3" RowCount="2">
    ... your items ...
</Grid>

Take a look at the handbook documentation for grid at: https://www.fusetools.com/learn/fuse#-grid-