hi all ,
i'm trying to add a row to a tableview, using an array of nodes , with the following line :
however this is the result that i get :
the added row is not showing the nodes.
p.s: the 1st 3 rows were previously added successfully via a list of arrays (data) :
what am i doing wrong?
i'm trying to add a row to a tableview, using an array of nodes , with the following line :
.items.add:
TableView1.Items.Add(ArrayOfNodes)
however this is the result that i get :
the added row is not showing the nodes.
p.s: the 1st 3 rows were previously added successfully via a list of arrays (data) :
TableView1.Items=data:
TableView1.Items=data
what am i doing wrong?