❔ How to add rows in ListView using For loop?
So I'm trying to add multiple rows in ListView using loops.
I write up this
And I only get 1 row filled seem in the screenshot I took. When I put in
I write up this
And I only get 1 row filled seem in the screenshot I took. When I put in
string [i] row = , I get the error CS0270 Array size cannot be specified in a variable declaration (try initializing with a 'new' expression).
