Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to remove vertical scroll bars from list box
hi,
can u show me sample image for that?
regards,
Resize the listbox so all values fit. There's no option to suppress the vertical scrollbar. Perhaps you can use a multibox object instead.
Hi,
do you want all the items to be shown in the listbox, or just a few of them? Which conditions should the items meet to be shown?
In case that you only want the top ten items (for example), use an expression in the listbox.
1)You just resize the list box by increasing the length and width
2)You can not suppress vertical scroll bars as such,but you can suppress Horizontal Scroll bars in a list box
3)Better you use Multi box for it.
or
4)Use it in Table Box
Hiya,
here's a get-around to hide the vertical scroll bars.
This should do the trick! Scroll however has not been disabled and the list box will still scroll.
You can retain the QV Classic style but the bar will be visible as a single color bar, but less obvious. You could also narrow the scroll bar width to reduce its impact
A very late reply. But might help someone else who is looking for it.
A horizontal scroll bar can be removed by unchecking List Box Properties-->Presentation-->Fixed Number of Columns
-Naresh