I am new to C# and I am developing a prototype for a software. I want to create a table like structure:
Name Details ActionButton
-------------------------------------------------
Name1 Details1 Button
Name1 Details1 Button
Name1 Details1 Button
So, I want to fill the rows of this table from dummy data. Whatever I found till now, uses some code to bind the listview to some data source. However, I just want to know is this possible to add data directly into XAML