FlowData Properties

Properties in the View Designer

  • cellDesign

    Specifies the distance between rows - that is, the row has a right edge. Thus, you cannot create gaps between the elements of a row. The default value of this property is padless. We recommend the value, rPad.

    Value

    Visual Display

    Description

    rPad

    Specifies the distance to the top edge (2 pixels), the bottom edge (2 pixels), and the right edge (4 pixels) and thus prevents cell contents from touching.

    lrNoPad

    Specifies the distance to the top edge (2 pixels) and the bottom edge (2 pixels).

    lPad

    Specifies the distance to the top edge (2 pixels), the bottom edge (2 pixels), and the left edge (4 pixels).

    lrPad

    Specifies the distance to the top edge (2 pixels), the bottom edge (2 pixels), the left edge (4 pixels), and the right edge (4 pixels).

    padless

    There is no distance between the row and the edges.

    vGutter

    Additional distance on the left edge. The default value of this property is none. Other values are only appropriate if the FlowLayout is used in a MatrixLayout.

    Value

    Visual Display

    Description

    none

    No additional distance

    medium

    Additional horizontal distance of 17 pixels

    mediumWithRule

    Additional horizontal distance of 17 pixels with a vertical line

    large

    Additional horizontal distance of 31 pixels

    largeWithRule

    Additional horizontal distance of 31 pixels with a vertical line

    xLarge

    Additional horizontal distance of 63 pixels

    xLargeWithRule

    Additional horizontal distance of 63 pixels with a vertical line