Multi column Listbox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sunny

    Multi column Listbox

    Hi,

    Does anyone knows, How to create a Multi Column Listbox & then Add
    Items to it Dynamically to each column.

    This only creates one column:
    <SELECT id="Select1" size="8" name="Select1" runat="server"
    style="WIDTH: 176px; HEIGHT: 128px"
    onClick="getLis tValue(this.for m);">
    <OPTION id="a1">abc</OPTION>
    <OPTION id="b1">Def</OPTION>
    <OPTION id="c1">xyz</OPTION>
    </SELECT>
  • Gregor Kofler

    #2
    Re: Multi column Listbox

    Sunny meinte:
    Hi,
    >
    Does anyone knows, How to create a Multi Column Listbox
    You can't. Definitely not cross-browser. You can of course build an
    "artifical" list box from scratch with nested (div-)elements.

    Gregor

    Comment

    Working...