Hi All,
Just a little UI issue I'm having... it isn't my forte
Basically I want to display an array of arrays using a whatever .NET controls would be most convenient.
Each array (inside the array) contains a header at index 0. The rest of the items in that array are considered fields of that header.
Rather than dynamically building a table for each array (which would be a nightmare I reckon), what controls can I use to bind to this array that will give me this desired effect (notes included in brackets):
---------
HEADER1 (array[0][0])
---------
FIELD1-FIELD2-FIELD3
FIELD4-FIELD5-FIELD6
---------
HEADER2 (array[1][0])
---------
FIELD1-FIELD2-FIELD3
FIELD4-FIELD5-FIELD6
Any suggestions would be appreciated, even if you propose I change the data structure.
Regards.
Just a little UI issue I'm having... it isn't my forte
Basically I want to display an array of arrays using a whatever .NET controls would be most convenient.
Each array (inside the array) contains a header at index 0. The rest of the items in that array are considered fields of that header.
Rather than dynamically building a table for each array (which would be a nightmare I reckon), what controls can I use to bind to this array that will give me this desired effect (notes included in brackets):
---------
HEADER1 (array[0][0])
---------
FIELD1-FIELD2-FIELD3
FIELD4-FIELD5-FIELD6
---------
HEADER2 (array[1][0])
---------
FIELD1-FIELD2-FIELD3
FIELD4-FIELD5-FIELD6
Any suggestions would be appreciated, even if you propose I change the data structure.
Regards.