Questions about DataGrid and Listview?

  • Thread starter Thread starter Voi Coi
  • Start date Start date
V

Voi Coi

Hi,

I'm new to .NET Compact Framework, now I'm testing a simple application on
it, it is seemed that I can't create a DataGrid with these properties, how
can I do like with Windows Forms in .NET Framework?

- hide row, column header?
- different color for odd and even rows?
- check box on each row?
- rich style for column, rows, cell?
- inline editing?

also with Listview, can I handle paint event and custom draw it?

thank you,
 
Back
Top