Component hell

  • Thread starter Thread starter SirThanxALot
  • Start date Start date
S

SirThanxALot

Dear all,

I need a component that is capable of:
- Displaying cells
- Cells must be customizable in color backcolor width and font
- entire row selection
- no headers

With the ListView I could manage except for the last requirement.
Is there any other component that might do the trick?

I do not need a heavy data synchronisation mechanism.

Basically I have multiple rows with info about songs
01 U2-Sunday bloody Sunday Rock 05:41
02 The Golden Earring-When the lady smiles Rock 04:16
....
but want the 01 02 03 .. in a different color,
the genre in a different color and so on

Thanx in advance.
Kind regards,
SirThanxALot
 
You should be able to do all of that with the datagrid. You would have to
write your own table style, this would allow you to customize the colors.
Check www.codeproject.com for examples on how to color the datagrid, I found
one there a while back I used when experimenting.

--
Thanks
Wayne Sepega
Jacksonville, Fl

Enterprise Library Configuration Console Module Generator
http://workspaces.gotdotnet.com/elccmg

"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 
Back
Top