s***@mypisd.net
2017-12-07 02:19:28 UTC
Hi,
I've got a 2-D array of, say, Strings, that I wish to render as a
table.
The DataGrid uses the public properties of Objects within an IList (or
IListSource or IBindingList) to determine the number of columns.
However,
the number of public proprties is determined at compile time, whereas
the
size of the 2-D array is unknown until run-time.
What can I do to get the DataGrid to figure out how to display a 2-D
array?
Thanks in advance.
Peter
I've got a 2-D array of, say, Strings, that I wish to render as a
table.
The DataGrid uses the public properties of Objects within an IList (or
IListSource or IBindingList) to determine the number of columns.
However,
the number of public proprties is determined at compile time, whereas
the
size of the 2-D array is unknown until run-time.
What can I do to get the DataGrid to figure out how to display a 2-D
array?
Thanks in advance.
Peter