Listview control / selected blue line

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Finn Stampe Mikkelsen

    Listview control / selected blue line

    Hi

    I'm writing an application in which i have a listview. I'm using Hottracking
    / Hoverselection properties set to true. This gives me a control with each
    item looking like a hyperlink, but is there any way to disable the typical
    blue 'selected line' so that the only visible indication of where the
    current selected items is, is the link-style of the current item...

    The behavior is shown in SummaSummarum software ( http://www.summarum.dk/ )
    ..

    /Finn
    --
    --
    Der er 10 slags mennesker - Dem som forstår binær og dem som ikke gør.
    There are 10 kinds of people. Those who understand binary ant those who
    don't.
    Es gibt 10 arten von menschen. Die die binär verstehen bzw. die die es nicht
    tuhen


  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: Listview control / selected blue line

    Hi,


    I do not think you can customize it. You have two options:
    1- Control the painting of the item
    2- Use a third party control like Infragistics that most probably has this
    feature available.

    --
    Ignacio Machin
    The #1 Warehouse Management System & Direct Store Delivery Software (DSD) for QuickBooks & ERP Systems – LaceUp Solutions

    Mobile & warehouse Solutions.
    "Finn Stampe Mikkelsen" <stampe@city.dk wrote in message
    news:eFw5jS0MIH A.4272@TK2MSFTN GP05.phx.gbl...
    Hi
    >
    I'm writing an application in which i have a listview. I'm using
    Hottracking / Hoverselection properties set to true. This gives me a
    control with each item looking like a hyperlink, but is there any way to
    disable the typical blue 'selected line' so that the only visible
    indication of where the current selected items is, is the link-style of
    the current item...
    >
    The behavior is shown in SummaSummarum software (
    http://www.summarum.dk/ ) .
    >
    /Finn
    --
    --
    Der er 10 slags mennesker - Dem som forstår binær og dem som ikke gør.
    There are 10 kinds of people. Those who understand binary ant those who
    don't.
    Es gibt 10 arten von menschen. Die die binär verstehen bzw. die die es
    nicht tuhen
    >

    Comment

    Working...