Listbox horizontal scroll

  • Thread starter Thread starter André Nobre
  • Start date Start date
A

André Nobre

hi all...
i have a listbox in a webform and i wanna know if there´s way to put
horizontal scroll in it. I tried HorizontalScrollbar = True, like windows
forms but it didn´t work.

Anyone can help me?

Thanks,
André
 
Using CSS you should be able to set a specific width and specify
overflow-x:scroll;

Karl
 
Hi Karl,
thanks for your help, but this code didn´t work. It looks fine in Visual
Studio but when I execute my web form it continues normal, without
horizontal scrollbars. I´m using a web control listbox, not a lista box from
html.

Thanks,
André
 
Certainly looks like I misinformed you. I assumed it would work. You are
right, it doesn't. After some searching, i found a lot of people asking,
and an equal amount of people saying it couldn't be done....

Sorry....

Karl
 
It´s ok, thanks anyway.

--
André

Karl Seguin said:
Certainly looks like I misinformed you. I assumed it would work. You are
right, it doesn't. After some searching, i found a lot of people asking,
and an equal amount of people saying it couldn't be done....

Sorry....

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 
Back
Top