ListView

  • Thread starter Thread starter Jesper, Denmark
  • Start date Start date
J

Jesper, Denmark

Hi,

I'm using a ListView control in details view. I would like to use full row
select, but is there a way to make only some of the cells in a row selected
(in blue color on my machine). In particular, I would like all the cells in a
row appear as selected except the one in the first column,. Know of any way
to control this?
 
Jesper,

Without custom painting the whole control, I don't believe there is a
way to do this. You might be better off with a DataGridView, where you have
control over individual cells.
 
Back
Top