[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.ExposeCellModeEnum

ExposeCellModeEnum Enum

Specifies how the grid exposes the rightmost column when it gets focus.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.8.dll
Syntax
public enum ExposeCellModeEnum

Fields

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.