MultiPane Properties

Use

Properties in View Designer

  • accessibilityDescription

    If you have activated accessibility, the assigned text is added to the quick info. This description provides semantic details of the UI element, and is only read by the screen reader if the user focuses the complete Ul element.

  • colCount

    Number of grid columns

  • dataSource

    Data source.

    This property is bound against a context node.

    Primary Property

  • emptyText

  • firstActualPane

  • firstVisiblePane

    First visible grid cell (counted from 0).

  • footerVisible

    The footer area is visible with MultiPane paginators.

  • height

    Height of the interface element, specified in CSS sizes, such as em, ex, pixel, or percent. See also Methods and Properties.

  • paneCount

  • paneHeight

    Height of the grid cells in the MultiPane. You can specify the value in CSS units like em, ex, pixels, or percent.

  • paneWidth

    Width of the grid cells in the MultiPane. You can specify the value in CSS units like em, ex, pixels, or percent.

  • rowCount

    Number of rows displayed in the MultiPane (for context paging only).

  • stretchedHorizontally

    Specifies whether or not the UI elements match the container size of the horizontal alignment.

  • stretchedVertically

    Specifies whether or not the UI elements match the container size of the vertical alignment.

  • width

    Width of the UI element, specified in CSS units, such as em, ex, pixel, or percent. See also Methods and Properties.