hello,
How to display scrollbar in ListBox.
I have ListBox and i passed height 300px so scroll is coming but when i passed width 100px so width scroll is not coming please advice
<asp:ListBox ID="ListBox1" runat="server" DataSourceID="SqlDataSource1" DataTextField="catnames" DataValueField="ID" Height="300px" Width="100px" SelectionMode="Single"></asp:ListBox>