Search Tools Links Login

Display Checkboxes in Listbox Horizontally


Visual Basic 6, or VB Classic

Display Checkboxes in Listbox Horizontally
I've been searching the internet and PSC on how to display checkboxes in a listbox in a horizontal manner but I didn't found any. Perhaps my search keywords are wrong but really I found nothing.
I decided to re-examine the listbox property if I can find something that I have overlooked before and there it is. Who would have thought that by merely CHANGING THE COLUMNS PROPERTY TO ANY NUMBER OTHER THAN 0 WOULD ACCOMPLISH WHAT I WANTED TO DO.
Many of you may have already known this but for newbies out there, this might help. See the screenshot to see what I mean.
For the screenshot below, the setting is:
Listbox1.columns = 4
OR
In the properties list, change Columns = 0 to Columns = any number you want.
The number of columns specified will configure the listbox to show 4 columns in its display window. A horizontal scrollbar will be displayed if the data display occupies more than 4 columns.

Original Author: Erick Asas

Code

Happy Programming!

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 125 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.