Selected Values:
This one has all the benefits of the multi-select EasyListBox, BUT -- it's a dropdown list! If you want to save screen
real estate with your listboxes, this is the way to go.
<ELB:EasyListBox id="multiDropDown" runat="server" UseUniqueID="True"
Height="120px" Width="400px" SelectionMode="multiple" DisplayMode="DropDown"
ShowCheckBoxes="True" ClipHead="True" ListBorderStyle="Solid"
ButtonColor="#e0e0ef" ArrowColor="steelblue" CssClass="justBold"
Background="#f0f0f0" TextColor="steelblue" RollBGColor="steelblue" RollTextColor="#f9f9ff"
runat="server" />
Another nice feature is the ability to use checkboxes as the selected row indicator (instead of highlighting the row). Simply
set ShowCheckBoxes=True and they'll show up for work.
|