Gutters
Gutters are the spaces between columns and rows. The DikeGrid definition could or could not draw a line at the center of these spaces.
Last updated
Gutters are the spaces between columns and rows. The DikeGrid definition could or could not draw a line at the center of these spaces.
Last updated
Horizontal Gutters are the vertical space between rows, and it has 3 pixels of height. The DikeGrid definition always draws a line of one-pixel width at the center of this vertical space.
Vertical Gutters are the horizontal space between columns. By default, Vertical Gutters have 5 pixels in width.
You can provide an input flag called verticalRowLines
to the DikeGrid, and it could draw a line of one-pixel width at the center of this horizontal space.
Let us bind the related property from the gridProperties
object to display the vertical lines per row.
Now, open the , go to the Appearance section, and enable the Vertical Row Lines checkbox.
You can see the vertical lines per row in the following screenshot.
By definition, columns own the Vertical Gutters:
Columns in the left, center or group panels own the right-gutter. Only the first visible column holds the left-gutter as well.
Columns in the right panel own the left-gutter. Only the last visible column holds the right-gutter as well.