I have a checkboxList with some 50 values. but I want only 5 to be displayed and navigate others using scroll bar.
I tried using
<asp:CheckBoxList CheckBoxes="true" Width="250px" Height="120px" RepeatColumns="5" RepeatDirection="Vertical" RepeatLayout="Flow"
runat="server" SelectionMode="Multiple" />
But its not coming proper.. Its coming like
[] Value1 [] value2 []val
ue3 [] value4 .....
I want it to be
[] Value1
[] Value2 ...