+ Reply to Thread
Results 1 to 4 of 4

combobox question

  1. #1
    JT
    Guest

    combobox question

    I have a combo box with 12 columns on my form. However,
    when I click on the drop down arrow, I can only see 10 of
    the columns. How can I see all of the columns? I have
    tried changing column widths but that hasn't helped.

    Thanks for the help......

  2. #2
    Tom Ogilvy
    Guest

    Re: combobox question

    columnwidths in conjunction with the listwidth property of the combobox
    would be the properties to use.

    for example, I did 13 columns
    ColumnWidths:
    20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20
    pt
    ListWidth:
    280pt
    columncount:
    13
    Rowsource:
    Sheet1:A2:M25
    columnheads:
    True

    for the listwidth
    add up all your columnwidths and add some pts for the vertical scroll bar.
    (I added 20 pts).

    --
    Regards,
    Tom Ogilvy

    "JT" <[email protected]> wrote in message
    news:[email protected]...
    > I have a combo box with 12 columns on my form. However,
    > when I click on the drop down arrow, I can only see 10 of
    > the columns. How can I see all of the columns? I have
    > tried changing column widths but that hasn't helped.
    >
    > Thanks for the help......




  3. #3
    JT
    Guest

    Re: combobox question

    Tom.........thanks for the help......JT

    >-----Original Message-----
    >columnwidths in conjunction with the listwidth property

    of the combobox
    >would be the properties to use.
    >
    >for example, I did 13 columns
    >ColumnWidths:
    >20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20

    pt;20 pt;20 pt;20
    >pt
    >ListWidth:
    >280pt
    >columncount:
    >13
    >Rowsource:
    >Sheet1:A2:M25
    >columnheads:
    >True
    >
    >for the listwidth
    >add up all your columnwidths and add some pts for the

    vertical scroll bar.
    >(I added 20 pts).
    >
    >--
    >Regards,
    >Tom Ogilvy
    >
    >"JT" <[email protected]> wrote in

    message
    >news:[email protected]...
    >> I have a combo box with 12 columns on my form. However,
    >> when I click on the drop down arrow, I can only see 10

    of
    >> the columns. How can I see all of the columns? I have
    >> tried changing column widths but that hasn't helped.
    >>
    >> Thanks for the help......

    >
    >
    >.
    >


  4. #4
    JT
    Guest

    Re: combobox question

    Tom.........thanks for the help......JT

    >-----Original Message-----
    >columnwidths in conjunction with the listwidth property

    of the combobox
    >would be the properties to use.
    >
    >for example, I did 13 columns
    >ColumnWidths:
    >20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20 pt;20

    pt;20 pt;20 pt;20
    >pt
    >ListWidth:
    >280pt
    >columncount:
    >13
    >Rowsource:
    >Sheet1:A2:M25
    >columnheads:
    >True
    >
    >for the listwidth
    >add up all your columnwidths and add some pts for the

    vertical scroll bar.
    >(I added 20 pts).
    >
    >--
    >Regards,
    >Tom Ogilvy
    >
    >"JT" <[email protected]> wrote in

    message
    >news:[email protected]...
    >> I have a combo box with 12 columns on my form. However,
    >> when I click on the drop down arrow, I can only see 10

    of
    >> the columns. How can I see all of the columns? I have
    >> tried changing column widths but that hasn't helped.
    >>
    >> Thanks for the help......

    >
    >
    >.
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1