|
Rank: Member Groups: Member
Joined: 3/30/2011 Posts: 16
|
Hello,
I'd like to know if there is a way to add items to a grid using visual code.
Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You would simply add a new GridItem object into the Grid's Items collection.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 3/30/2011 Posts: 16
|
Hello,
Thank you, but, is there an example how to create the GridItem?? I mean, how declare or crete the GridCell, their data types and all their properties needed.
Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You have to be able to read the reference for that. There is nothing different between how to declare a GridItem object and any other type of objects.
Thanks!
|
|