Objective Grid for Microsoft® .NET® Reference Guide

RowColTracking Enumeration

Back to Class Index

This enumeration specifies options for or disables changing column widths for the end user.     

[Visual Basic]
Public Enum RowColTracking
[C#]
public enum RowColTracking

Members

Member NameDescription
DefaultDefault numeric formatting.     
SmoothCellsSpecifies that the grid shall be redrawn with the new size while the user is dragging the mouse.     
SmoothHeaderSpecifies that headers shall be redrawn with the new size while the user is dragging the mouse.     
NoInvertLineSpecifies that no line indicating the new column size shall be drawn while the user is dragging the mouse.     
NoMarkTrackLineSpecifies that the grid line for the column to be resized shall not be outlined.     
NoPressedHeaderSpecifies that headers shall not be drawn pressed while the user is dragging the mouse.     
NotHeaderSpecifies that column headers cannot be tracked.     
ExHitTestSpecifies that columns can be tracked by the user anywhere in the grid and not only in column headers.     
IndividualSpecifies that columns can have different widths.     
AllSpecifies that all columns have the same width.     
DisableDisable mode.     

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace