OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Iulian on March 19, 2010, 01:44:58 AM

Title: Option List Horizontally?
Post by: Iulian on March 19, 2010, 01:44:58 AM

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.
Title: Re: Option List Horizontally?
Post by: Fred Tomke on March 19, 2010, 02:02:02 AM
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
Title: Re: Option List Horizontally?
Post by: Iulian on March 19, 2010, 02:17:27 AM
Thank you Fred for replay..I will use in this case option buttons.