providing scrollbar in listbox+c#?
C#
2
Posts
1
Posters
0
Views
1
Watching
-
Hi.. I am using ASP.NET 2.0 +C#. In my webpage, I have a listbox. I have declared the listbox as shown below: I want to provide a horizontal scrollbar so that long names can be easily seen. How to provide the horizontal scrollbar to the listbox? Thank You Venkat
-
Hi.. I am using ASP.NET 2.0 +C#. In my webpage, I have a listbox. I have declared the listbox as shown below: I want to provide a horizontal scrollbar so that long names can be easily seen. How to provide the horizontal scrollbar to the listbox? Thank You Venkat
Hi.. I checked the code project articles. One author had suggested to use the
tag with Overflow:Auto . I Have changed the code as below. Is this proper? Thanks & Regards, Venkat