List Box With Columns

From: Jim Bunton (jBunton_at_BlueYonder.co.uk)
Date: 08/13/04


Date: Fri, 13 Aug 2004 17:39:18 GMT

Is it possible, with my rather ancient copy of Visual Basic ( c 7 yrs old)
:-

to create a list box with a FIXED number of columns (greater than 1!) and
with a vertical scroll bar?

>From HELP!
--------------------------------------------------
"Items are arranged in snaking columns, filling the first column, then the
second column, and so on. The ListBox scrolls horizontally and displays the
specified number of columns"
-------------------------------------------------
if columns are set to >1 then the data entered
the number or rows is fixed by the height of the box then the 'rows' snake
horizontally!

>>>>>>>>>>>>>>>>>>>>>>>>>>>>
What I am after doing is to display the contents of an array so that I can,
in effect, select/deselect them
? by using a
a 'MultiSelect > 2 extended' list box

Having the numer of columns = to that of the array
and the number of rows = to that of the array.
It needs to scroll vertically!

-- 
Jim Bunton
jBunton@Blueyonder.co.uk
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.737 / Virus Database: 491 - Release Date: 11/08/2004


Relevant Pages

  • Re: How about this
    ... My thought was if I had an entire array loaded ... done I think like you said I might have trouble using the vertical scroll ... tricks of the trade Rick to work with the scroll bar?? ... "Rick Rothstein" wrote in message ...
    (microsoft.public.vb.general.discussion)
  • Re: INFORMIX 4GL MASTER DETAIL
    ... Are you using a DISPLAY ARRAY or an INPUT ARRAY? ... up the data for the database and contact names, ... SCROLL UP or SCROLL DOWN to navigate them. ...
    (comp.databases.informix)
  • Re: I need some help, I feel stupid!!!
    ... operates in much the same way in Mac apps as it does in PC Word. ... only one page & are zoomed to see the entire page in your window the scroll ... If you're saying that the vertical scroll bar is missing altogether go to ...
    (microsoft.public.mac.otherproducts)
  • Re: Scrolling text on splash screen
    ... What I meant by "should scroll" is ... > Use the Timer event of the form to replace the Caption of the Label. ... > 'Array of the lines to be scrolled in Form_Timer. ... > Private Sub Form_Timer ...
    (microsoft.public.access.forms)
  • Re: Scrolling text on splash screen
    ... need is to add a scroll bar so that the user can scroll down, ... >> Use the Timer event of the form to replace the Caption of the Label. ... >> Private Sub Form_Timer ... >> 'Create the output string from the items in the array. ...
    (microsoft.public.access.forms)