ListView

  • Thread starter Jesper, Denmark
  • 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?
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top