Multi column Listbox

S

Sunny

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="getListValue(this.form);">
<OPTION id="a1">abc</OPTION>
<OPTION id="b1">Def</OPTION>
<OPTION id="c1">xyz</OPTION>
</SELECT>
 
G

Gregor Kofler

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,138
Messages
2,570,801
Members
47,348
Latest member
nethues

Latest Threads

Top