Stupid question: How can i put two listbox side by side ?

M

momo

Hello everybody,

i have a little question: How can i put two listbox side by side ?
if i add one listbox, it goes under the first one ?
There is space enough, i put a width...

A little hint ?

thank you in advance,

EL
 
G

Guest

Hello everybody,

i have a little question: How can i put two listbox side by side ?
if i add one listbox, it goes under the first one ?
There is space enough, i put a width...

A little hint ?

thank you in advance,

EL

Check the html layout, there should be something like <div></div> or
<br /> to break to the new line.
 
M

Miro

You can also do it the old school way by using a "table".

Keep in mind that vs2005 had an "Absolute Positioning" and in vs2008 it was
removed from the menu and you shouldnt use it as you should align and
distribute your controls using css or things like Div's or other like momo
mentioned.

Miro

Hello everybody,

i have a little question: How can i put two listbox side by side ?
if i add one listbox, it goes under the first one ?
There is space enough, i put a width...

A little hint ?

thank you in advance,

EL

Check the html layout, there should be something like <div></div> or
<br /> to break to the new line.
 

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
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top