Option List Horizontally?

Started by Iulian · 2010-03-19 08:44 UTC · 2 replies · SMF topic #1214


Could be oriented OPTION LIST horizontally?

I want to appears :

  Option List 1        Option List 2        Option List 3


not


Option List 1       
Option List 2       
Option List 3

Thanks.
Hi Iulian, that won't work. Please understand the optionlist as a real list: it has similar methods like listboxes. Since the sense of a list is the vertical arrangement of its items, they cannot be arranged horizontally. Maybe it explains it a bit.
I'd prefer several option buttons in a line for that case. Please have a look for BeginGroup method.

Fred
Thank you Fred for replay..I will use in this case option buttons.