Friday, March 16, 2012

listbox horizontal scroll?

Am I missing something or does the listbox web control not have a horizontal
scroll capability?
Thanks,
TYou should put the listbox inside a div with the "overflow" CSS attribute
set to achieve a horizontal scrollbar.
http://www.w3schools.com/css/pr_pos_overflow.asp
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Tina" <tinamseaburn@.removespamexcite.com> wrote in message
news:%23C25TCAqEHA.3424@.TK2MSFTNGP12.phx.gbl...
> Am I missing something or does the listbox web control not have a
> horizontal scroll capability?
> Thanks,
> T
>
I tried that. Unless I misunderstand it simply allows me to have a very
wide but fixed width listbox that I can scroll horizontally. However,
horizontal scrolls have to be dynamic depending upon the length of the
longest text line like most of the other window controls. I don't believe
the listbox will wrap either
Am I making sense?
T
"Steve C. Orr [MVP, MCSD]" <Steve@.Orr.net> wrote in message
news:ePXIGXBqEHA.192@.tk2msftngp13.phx.gbl...
> You should put the listbox inside a div with the "overflow" CSS attribute
> set to achieve a horizontal scrollbar.
> http://www.w3schools.com/css/pr_pos_overflow.asp
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
>
> "Tina" <tinamseaburn@.removespamexcite.com> wrote in message
> news:%23C25TCAqEHA.3424@.TK2MSFTNGP12.phx.gbl...
>

0 comments:

Post a Comment