LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase number of selections displayed from system combo box?

How to increase number of selections displayed from system combo box?
 
I am populating the string array of a system combo box from my program. I have a lot of elements and would like to display more than the default amount of 7 selections when the drop down is clicked.
 
I know this can be done easially in MS Access but I don't see a obvious property I can set in the property nodes.
 
Thanks!
0 Kudos
Message 1 of 7
(3,216 Views)
Hi,

At first glance with the property nodes of the system combo box control, I do not unfortunately think you can change the displayable items after clicking the down arrow to allow more than 7 to be displayed.  This however, is an excellent product suggestion and I highly suggest you request this feature for future versions of LabVIEW.  You can file a product suggestion through the link provided here.

Regards,

Nadim
Applications Engineering
National Instruments
0 Kudos
Message 2 of 7
(3,180 Views)

@Nadim R
Thank you for your response. I will stop looking for the feature! Smiley Happy

I posted the suggestion for improvement as you suggested.

0 Kudos
Message 3 of 7
(3,175 Views)

This feature would be nice.  Someone asked me if I could increase the number of dropdown items of a combobox in my GUI just today!  (LV2011)

0 Kudos
Message 4 of 7
(2,830 Views)

While you can't control this with the various drop downs in LV, you could either implement the list yourself (as a popup VI) or use an ActiveX/.NET combo box, which presumably will support this.

 

Also, if you want this to actually be in LV, I would suggest adding it to the idea exchange (search first to see if it isn't already there).


___________________
Try to take over the world!
0 Kudos
Message 5 of 7
(2,826 Views)

You can create an xctrl for that.

Define the height yourself.

See attached demo.

 

 

George Zou
0 Kudos
Message 6 of 7
(2,807 Views)

Cool, at least I know there's a workaround now.  When I have some free time I'm going to look into how easy it is to implement this although I'd rather have it be a property of the native control.

 

Thanks,

Bruce

0 Kudos
Message 7 of 7
(2,789 Views)