MultiRow Windows Forms > Developer's Guide > Using MultiRow > Grid > Visual Style |
The GcMultirow control can use the visual effects (Visual Style) provided by the OS or provide an appearance similar to Office applications. The visual style can be set for cells and scroll bars.
The cell backcolor (CellStyle.BackColor) is not displayed when the visual style is enabled. Refer to the Visual Style and BackColor topic under the BackColor and ForeColor section for details on how to disable backcolor for each cell. |
The cell style can be set using the FlatStyle property for each cell type. This property can be used in the following cell types.
The header cell (ColumnHeaderCell, RowHeaderCell, and CornerHeaderCell) supports the Office 2007-like style. Set the Office2007Style property to enable this style. Refer to the Changing the Header Appearance section for details.
The scroll bar styles can be set using the GcMultiRow.ScrollBarStyle property.
You can set styles for splitter lines using the GcMultiRow.SplitOffice2007Style property.