Show Label Question - v5.20

2
I am experimenting with the Label feature for input fields in version 5.20. Maybe I am missing something obvious, but when I turn on the label for an input box or label selector, the label appears above the control. I would like it to appear to the left of the control (inline). Is there a way to accomplish this?
asked
1 answers
5

On the data view object properties, you have the option to set the layout to Vertical or Horizontal, which controls the label positioning. You can also set the label width (e.g. 3, which gives a width of 3/12 of the container width)

answered