Qyestion about a list box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Patrick De Ridder

    Qyestion about a list box

    In a list box I use to display a text file, I get a bar across which
    moves with the cursor. The bar looks ugly. How dI get rid of it?

    Many thanks.
    --
    Regards,
    Patrick.
  • AirPete

    #2
    Re: Qyestion about a list box

    If you are referring to the selection bar, it can be removed by setting the
    list box's SelectionMode property to None.

    I hope this helps!


    "Patrick De Ridder" <000@000.00> wrote in message
    news:u8rgovs3nd pir43l7t5te7evp 81tjrldqq@4ax.c om...[color=blue]
    > In a list box I use to display a text file, I get a bar across which
    > moves with the cursor. The bar looks ugly. How dI get rid of it?
    >
    > Many thanks.
    > --
    > Regards,
    > Patrick.[/color]



    Comment

    • Patrick De Ridder

      #3
      Re: Qyestion about a list box

      On Sat, 11 Oct 2003 16:25:00 -0500, "AirPete" <x@x.x> wrote:
      [color=blue]
      >If you are referring to the selection bar, it can be removed by setting the
      >list box's SelectionMode property to None.
      >[/color]
      Great. Thanks.
      --
      Regards,
      Patrick.

      Comment

      Working...