Specifies how the grid exposes the rightmost column when it gets focus.
[Visual Basic]
Public Enum ExposeCellModeEnum
[C#]
public enum ExposeCellModeEnum
[Delphi]
type ExposeCellModeEnum = (ScrollNever, ScrollOnEdit, ScrollOnSelect);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
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. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |