TableLayout
allows you to easily render content into an HTML table. The total number of columns can be specified. Rather than explicitly creating and nesting rows and columns as you would in HTML, you simply specify the total column count and start adding widgets in their natural order from left to right, top to bottom. The layout will automatically figure out, based on the column count how to position each panel within the table.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|