|
-
Jul 18th, 2007, 03:11 PM
#1
Thread Starter
Lively Member
[2005] Multicolumn CheckedListbox with Vertical Scrolling
I have a multicolumn checkedlistbox. Is there a way to limit the number of columns and force a vertical scroll?
-
Jul 18th, 2007, 09:55 PM
#2
Re: [2005] Multicolumn CheckedListbox with Vertical Scrolling
This is from the MSDN docuemntation for the CheckedListBox.Multicolumn property:
A multicolumn ListBox places items into as many columns as are needed to make vertical scrolling unnecessary.
I think that pretty much answers the question.
-
Jul 18th, 2007, 10:45 PM
#3
Thread Starter
Lively Member
Re: [2005] Multicolumn CheckedListbox with Vertical Scrolling
 Originally Posted by jmcilhinney
This is from the MSDN docuemntation for the CheckedListBox.Multicolumn property:I think that pretty much answers the question.
That much I already knew. Just because MSDN (Microsoft) has its perspective on an issue doesnt mean it is beneficial.
When users look at a screen it is much more appealing visually to see vertical scrolling of long lists than horizontal scrolling. But with the listbox you either have to have one single super long vertical scroll column or horizontal scrolling.
It would be nice if I could specify the number of columns wide and then have it vertically scroll my longer columns.
I know you could probably implement this with a listview, with a little bit of a hassle but its a checked listbox - I dont think there is a checked listview.
This should be a common simple thing but I'm sure it will be in Visual Studio 2010 and thus another reason to upgrade.
-
Jul 19th, 2007, 12:30 AM
#4
Re: [2005] Multicolumn CheckedListbox with Vertical Scrolling
The ListView has a CheckBoxes property to display check boxes in Details view.
-
Jul 19th, 2007, 01:25 AM
#5
Thread Starter
Lively Member
Re: [2005] Multicolumn CheckedListbox with Vertical Scrolling
 Originally Posted by jmcilhinney
The ListView has a CheckBoxes property to display check boxes in Details view.
Its somewhat different. I believe the checkboxes on a listview are per row where as in a listbox it is per item which is what I need.
So the listview checkboxes wouldnt work.
I hate to tell my client the functionality is not there but if it is such a pain in the neck to get vertical scrolling working on a multicolumn listbox I'll try to convince him to live with horizontal.
-
Jul 19th, 2007, 01:27 AM
#6
Re: [2005] Multicolumn CheckedListbox with Vertical Scrolling
The control is simply not designed to work that way.
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
|