Can I use the datagrid to display information other than from the database
for example some text strings? Or is there any controls I can use that will
display data like a table? Thanks your help is appreciated.
Claes Bergefall - 14 Jan 2005 12:58 GMT
A ListView with the View property set to Details can display
rows and columns of text.
/claes
> Can I use the datagrid to display information other than from the database
> for example some text strings? Or is there any controls I can use that will
> display data like a table? Thanks your help is appreciated.