|
-
Feb 23rd, 2003, 02:01 AM
#1
Mulitcolumn listbox?
How do I get it to populate each column??
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Feb 23rd, 2003, 09:13 AM
#2
Frenzied Member
In fact i dont think there is such property like a listview column in Listbox. When you set the MultiColumn porperty of listbox to True then items are added till it reaches the end of the control and then goes to another column. You can adjust the column width, and the number of items in each column are decided by the controls height and item height which is controled by font size of the control.
-
Feb 23rd, 2003, 11:08 AM
#3
Member
Why do you want to use Listbox? Can you go with either Listview or Datagrid?
-
Feb 23rd, 2003, 11:09 AM
#4
do you just ...add item...add item....add item.. and it will automatically put each item in the next column?
or is there a seperater used?
thanks!
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Feb 23rd, 2003, 11:33 AM
#5
Frenzied Member
Yes, add, add,... then going to another column and so forth...
-
Feb 23rd, 2003, 12:41 PM
#6
Iouri
just need a simple list...but wanted seperated data...
well..it doesnt seem to work...just adds one per row.
the listbox is very wide too....
stumped...
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Feb 23rd, 2003, 03:18 PM
#7
Each item is a row and the columns are seperated with tabs. Then if its set to muli-column then it will display right. Its basically a wrapper for the SetTab API.
-
Feb 23rd, 2003, 03:28 PM
#8
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Feb 23rd, 2003, 03:44 PM
#9
However I didn't actually test that out but I remember seeing an example of it somewhere.
-
Feb 24th, 2003, 12:05 AM
#10
worked like a charm! thanks Edneeis!
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Feb 24th, 2003, 01:28 AM
#11
my bad...no it doesnt.
ok..after playing.
there is no seperator....
just add the items...when the list reaches the bottom line..it then moves up to the next column.
oh well...no good. thanks to all
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|