Flow Layout
A Flow Layout arranges components in a container like words on a page: it fills the top line from left to right, then does the same with the lines below. You can specify the alignment of the rows (
left
,center
,right
). You can also set the horizontal spacing between components and the vertical spacing between rows.
Contents | Prev | Next | Index |