Formatted table

  • Thread starter Thread starter Eduardo Pavinato Klein
  • Start date Start date
E

Eduardo Pavinato Klein

Hi.

I have customers information and I want to show them in a table like this:

| C U S T O M E R S I N F O R M A T I O N |
| Customer name | Customer phone number | Customer id |
| Customer details
|
| Customer name | Customer phone number | Customer id |
| Customer details
|
| Customer name | Customer phone number | Customer id |
| Customer details
|

I'd want to apply different colors to each other line.

I think I can't do it in a DataGrid on the .NET CF.

Have anybody any idea to give me?
Should I use an unmanaged dll?

Thanks,
Eduardo Klein
 
Back
Top