eva/3 Application BuilderDeveloping eva/3 ApplicationsWorking with FormsStandard BeansSScrollTable 

SScrollTable Properties

Database
TableColumnDefinitions Defines the table columns
TableSource See common properties
Event
ColumnSelectionChangedMacro MakroMacro that will be executed, when changing to another column
ColumnSelectionChangedMacroParameters Parameter settings for ColumnSelectionChangedMacro
FocusGainedMacro See common properties
FocusGainedMacroParameters See common properties
FocusLostMacro See common properties
FocusLostMacroParameters See common properties
InputVerifier See common properties
MouseClickedMacro See common properties
MouseClickedMacroParameters See common properties
MouseDoubleClickedMacro See common properties
MouseDoubleClickedMacroParameters See common properties
MouseDraggedMacro See common properties
MouseDraggedMacroParameters See common properties
MouseEnteredMacro See common properties
MouseEnteredMacroParameters See common properties
MouseExitedMacro See common properties
MouseExitedMacroParameters See common properties
MouseMovedMacro See common properties
MouseMovedMacroParameters See common properties
MousePressedMacro See common properties
MousePressedMacroParameters See common properties
MouseReleasedMacro See common properties
MouseReleasedMacroParameters See common properties
TriggerEditorMouseEvents If this property is activated, these mouse events will also be triggered on the SScrollTable which otherwise only be triggered at the editor component of the SScrollTable.
Main
AutoResizeMode Defines how the SScrollTabel reacts on size changes
Auto resize off The size of the columns will not be adjusted
Auto resize all columns The size off all columns will be adjusted
Auto resize last column The size of the last column will be adjusted
Auto resize subsequent columns The size of all subsequent columns will be afjusted
Auto resize next column The size of the next column will be adjusted
BorderColor See common properties
BorderEffect See common properties
BorderThickness See common properties
CellSelectionEnabled Corresponds to select ColumnSelectionAllowed and RowSelectionAllowed together. When both properties are set to true, a range over rows and columns can be selected. When only one of the properties is true, according to, the whole line and/or column is selected
ColumnSelectionAllowed Allows the selection of a whole column
Enabled See common properties
FocusPainted See common properties
Font See common properties
HorizontalScrollBarPolicy See common properties
FocusTransferBehavior Specifies if a field value is confirmed, the next field at the right or the next field under the confirmed field is to be edited afterwards.
IntercellSpacing Defines the distance between the cells. When the values are set to 1, a grid can be drawn, instead of when the values are set to 0
MaximumSize See common properties
MinimumSize See common properties
Opaque See common properties
PopupMenu See common properties
PreferredSize See common properties
RowHeight Defines the height of a row in the table
RowMargin Defines the margin between the rows in the table
RowSelectionAllowed Allows the selection of a whole row
ShowColumnHeader Defines whether to show the column headers
ShowHorizontalLines Defines whether to show the horizontal grid lines
ShowParentPopupMenu See common properties
ShowRowHeader Defines whether to show the row header
ShowVerticalLines Defines whether to show the vertical grid lines
Striped Defines whether every second line will be colored different (s. RowChangedBackground)
ToolTipText See common properties
VerticalScrollBarPolicy See common properties
Visible See common properties
WheelScrollingEnabled See common properties
Name See common properties
Bounds See common properties
View
Background See common properties
Foreground See common properties
GridColor Defines the color of the grid lines
HeaderBackground Defines the background color of the headers
HeaderForeground Defines the text color of the headers
RowChangeBackground Defines the background color of every second row, when the property Striped is set totrue
SelectionBackground See common properties
SelectionForeground See common properties
EnableRolloverHighlighting Activates the properties RolloverBackgroundColor and RolloverForegroundColor.
RolloverBackgroundColor The background color for the row where the user moves the mouse over. This property is to be activated with the EnableRolloverHighlighting property.
RolloverForegroundColor The foreground color for the row where the user moves the mouse over. This property is to be activated with the EnableRolloverHighlighting property.
GridColor Allows to specify the color of the table grid.
ShowVerticalLines If this property is set, the vertical grid lines will be displayed. Otherwise they're not drawn.
ShowHorizontalLines If this property is set, the horizontal grid lines will be displayed. Otherwise they're not drawn.
Constraints See common properties

Has the property Enabled the value false, the SScrollTable will be deactivated and can no longer recieve user input.