The SalFormTableWindow type exposes the following members.

Properties

  NameDescription
Public propertyAllowAutoEditing
Enables/Disables AutoEditing mode. When this mode is on, the grid automatically enters edit mode when a cell is selected.
Public propertyAllowRowSizing
Allow row sizing.
Public propertyAllowSorting
Enables/Disables automatic sorting on table columns.
Public propertyAutoScaleBaseDpi
Returns/Sets the DPI used to design this form. This is the base DPI scale and it will be used to scale the form.
(Inherited from SalForm.)
Public propertyColumns
Returns the collection of columns.
Protected propertyCreateParams
Overrides the CreateParams property to ensure that the correct Windows style is used when the form is a child form and the border is the FixedSingle border.
(Inherited from SalForm.)
Public propertyDesignTimeClientRectangle
Gets the designtime client rectrangle
(Inherited from SalForm.)
Public propertyDesignTimeFont Obsolete. (Inherited from SalForm.)
Public propertyDesignTimeSize (Inherited from SalForm.)
Public propertyExtendLastColumn
Enables/Disables the extension of the last column to fill the grid.
Public propertyIcon
Overrides the default Image property.
Public propertyIconName
Icon name. The image is loaded from the embedded resources.
(Inherited from SalForm.)
Public propertyItem
Returns the table column object at the specified position. The position is 1-based.
Public propertyLinesPerRow
Number of lines per row.
Public propertyNamedProperties
Returns the collection of named properties.
(Inherited from SalForm.)
Public propertyReadOnly
Returns/Sets the ReadOnly flag. When the ReadOnly flag is true the entire TableWindow control cannot be edited. However, the Mouse, scrolling and the Keyboard are still active.
Public propertyShowCellLabels
Gets or sets whether the grid should display labels over cells whose contents are partially hidden.
Public propertyShowCursor
Enables/Disables the arrow icon on the current row.
Public propertyShowFocusRow
Enables/Disables the focus frame around the current row.
Public propertyTableWindow
Returns the internal table window control.
Public propertyTrimming
Defines how to trim the content that doesn't fit the width of the cell.
Public propertyUseIFSThemeing
Gets or sets a value indication whether this window and it's child controls should be themed and custom painted or not. Note: Themeing of child controls is not controlled by this class, it simply provides information that child controls are expected to use in determining whether to theme themselves or not.
(Inherited from SalForm.)
Public propertyUseVisualStyles
Enables/Disabled drawing of columns and rows headers using the current visual style theme renderer.

See Also