multi line list box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Muhammad Ahsin Saleem

    #1

    multi line list box

    Hi
    I want to make a multi Line List Box. This list box will have multiple
    lines for one item and this list box have all other functions like the
    single line list box. Can any body help me its urgant

  • Cor Ligthert [MVP]

    #2
    Re: multi line list box

    Muhammed,

    Assuming that you mean a multi column listbox (there is already a multiline
    listbox as every listbox is that), I advice you to take a DataGrid or a
    DataGridView and remove all the headers from that.

    Than you have a very nice multicolumn listbox.

    I hope this helps,

    Cor

    "Muhammad Ahsin Saleem" <ahsin.saleem@g mail.comschreef in bericht
    news:1159160036 .467940.199400@ k70g2000cwa.goo glegroups.com.. .
    Hi
    I want to make a multi Line List Box. This list box will have multiple
    lines for one item and this list box have all other functions like the
    single line list box. Can any body help me its urgant
    >

    Comment

    • Muhammad Ahsin Saleem

      #3
      Re: multi line list box

      thanks cor but it is still not clear to my what do you mean i need a
      multiline listbox not a multi colums. if you could tell me any code
      related to it then it will be fine for me.

      Cor Ligthert [MVP] wrote:
      Muhammed,
      >
      Assuming that you mean a multi column listbox (there is already a multiline
      listbox as every listbox is that), I advice you to take a DataGrid or a
      DataGridView and remove all the headers from that.
      >
      Than you have a very nice multicolumn listbox.
      >
      I hope this helps,
      >
      Cor
      >
      "Muhammad Ahsin Saleem" <ahsin.saleem@g mail.comschreef in bericht
      news:1159160036 .467940.199400@ k70g2000cwa.goo glegroups.com.. .
      Hi
      I want to make a multi Line List Box. This list box will have multiple
      lines for one item and this list box have all other functions like the
      single line list box. Can any body help me its urgant

      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: multi line list box

        "Muhammad Ahsin Saleem" <ahsin.saleem@g mail.comschrieb :
        I want to make a multi Line List Box. This list box will have multiple
        lines for one item and this list box have all other functions like the
        single line list box. Can any body help me its urgant
        Check out the listbox' 'DrawMode' property and its 'DrawItem' and
        'MeasureItem' events.

        --
        M S Herfried K. Wagner
        M V P <URL:http://dotnet.mvps.org/>
        V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

        Comment

        Working...