ListView

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SmVzcGVyLCBEZW5tYXJr?=

    ListView

    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?
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: ListView

    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.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Jesper, Denmark" <JesperDenmark@ discussions.mic rosoft.comwrote in message
    news:20EA5228-04C4-45C5-9D52-88E4CBBC3512@mi crosoft.com...
    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?

    Comment

    Working...