
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to remove vertical scroll bars from list box?
how to remove vertical scroll bars from list box


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
can u show me sample image for that?
regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Resize the listbox so all values fit. There's no option to suppress the vertical scrollbar. Perhaps you can use a multibox object instead.
talk is cheap, supply exceeds demand


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hiya,
here's a get-around to hide the vertical scroll bars.
- Presentation -> Selection Style Override -> choose a non-QV Classic style
- Presentation -> Background -> Select a color
- Scroll Style -> select Light
- Layout -> Set Scroll Buttons & Scroll Background to same color as the background
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
