'Declaration Public Enum ExposeCellModeEnum Inherits System.Enum
public enum ExposeCellModeEnum : System.Enum
'Declaration Public Enum ExposeCellModeEnum Inherits System.Enum
public enum ExposeCellModeEnum : System.Enum
Member | Description |
---|---|
ScrollNever | The grid will always leave the rightmost column clipped. |
ScrollOnEdit | The grid will not move when the rightmost column is clicked initially. However, if the user attempts to edit the cell, then the grid will scroll to the left to display the rightmost column in its entirety. |
ScrollOnSelect | The grid will scroll to the left to display the rightmost column in its entirety. |
System.Object
System.ValueType
System.Enum
C1.Win.TrueDBGrid.ExposeCellModeEnum