
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
A large number of visible entries (for instance more than 30) can lead to performance problems. Use the integrated paging or scrolling options of the associated UI element.
dataSource
Data source.
This property is bound against a context node.
emptyText
firstActualPane
This property is deprecated. See Data Segments in the Context.
Cell of the MultiPane (counted from 0) that corresponds to the first element in the context. This property is used if you want the context to contains only one pane from the MultiPane (context paging).
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
This property is deprecated. See Data Segments in the Context.
Number of grid cells displayed in the MultiPane (for context paging only).
Height of the grid cells in the MultiPane. You can specify the value in CSS units like em, ex, pixels, or percent.
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).
A large number of visible entries (for instance more than 30) can lead to performance problems. Use the integrated paging or scrolling options of the associated UI element.
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.