LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Scrolling through a list box, I would like larger arrows

The application is a touch screen and the operators fingers are too large for the size of the scroll bar, can I make the arrow larger or link a larger button to do the same function
0 Kudos
Message 1 of 2
(2,694 Views)
Hello

You cannot change the size of the buttons for the list box, what you would need is to use a command button that would alter the attributes for the list box everytime the user clicks on it. Use the SetCtrlAttribute with ATTR_FIRST_VISIBLE_LINE option set, that will allow you to move the list up or down programmatically.

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,694 Views)