If I have a form with let's say 6 fields which are buttons and selects and I specify a number columns to 6 will all controls take exactly one row without specifying any other property?
No. As covered in the documentation, buttons have startRow and endRow set by default, hence with start new rows regardless. In addition, the SelectItem and other form controls capable of showing a title take up two columns when they do so.
Comment