What canI do? if I want the ListBox has "Horizontal Scroll Bar"?

Started by jaminth · 2010-04-24 05:19 UTC · 10 replies · SMF topic #1269

What canI do? if I want the ListBox has "Horizontal Scroll Bar"?
Attachments
Hi, as far as I remeber, the horizontal scrollbar will be shown automatically when at least one item cannot be displayed in the listbox because of its string length.

Fred
the horizontal scrollbar donot shown automatically
Attachments
I'm not even sure that standard listboxes are able to scroll horizontally, but you can add a feature request.
thanks a lot.
then...How can I get the "horinzontal scroll bar" force? or automatically?
It would be good an automatic ToolTip to also show this.
tooltip?! but if more than one item.....
author=jaminth link=topic=1269.msg6810#msg6810 date=1272184191 wrote:
then...How can I get the "horinzontal scroll bar" force? or automatically?


I don't think there's any way to scroll a listbox "manually".  You could add a splitter to your form and make the list box resizable relative to the splitter so that users can change the list box size when needed.
author=jaminth link=topic=1269.msg6812#msg6812 date=1272190815 wrote:
tooltip?! but if more than one item.....


For the that I know a ListBox up to now it just shows an item for line. 
The posted image shows this. 
Forgive me if I am wrong. 
Long name
Attachments
author=velasquez link=topic=1269.msg6816#msg6816 date=1272280631 wrote:
[quote author=jaminth link=topic=1269.msg6812#msg6812 date=1272190815]
tooltip?! but if more than one item.....


For the that I know a ListBox up to now it just shows an item for line. 
The posted image shows this. 
Forgive me if I am wrong. 
Long name


Excuse me I forgot about the option of MultiColumn in ListBox. 
But ToolTip for each item of the line in that the text exceeds your size it seems to be a pattern.
author=owenwengerd link=topic=1269.msg6808#msg6808 date=1272174688 wrote:
I'm not even sure that standard listboxes are able to scroll horizontally, but you can add a feature request.



but... why not to add  horinzontal scroll bar to the standard  listbox?!