
columnDataSource
Context node containing the data for columns within a segment.
Bind this property to a context node with cardinality 0..n. At runtime, each node element of the node collection represents a row within the segment row.
columnType
Display type of the column|
Value |
Description |
|---|---|
|
header |
The column is displayed as a header. The height of the cells within the column can be adjusted using the handle. |
|
standard |
The column is displayed as a standard column. |
columnWidth
Width of the columns within a segment
Bind this property to an attribute of the context node that you have bound to property columnDataSource.
columnWidthUnit
Unit of the column width in em, ex, %, px.
The selected unit is valid for all columns within the segment.
firstVisibleColIndex
Specify the index of a row to define it as the first row visible.
segmentWidth
Segment width. This width defines how many columns are displayed within the segment.
segmentWidthMode
Mode of the segment width
|
Value |
Description |
|---|---|
|
scrollbar |
A scroll bar is displayed if the total width of all the columns within the segment is greater than the segment itself. |
|
sumOfChildElements |
The segment width is defined by the sum of the columns within the segment. All the columns within the segment are displayed. The columns are not scrollable. |