ComponentOne List for WinForms
C1.Win.C1List Namespace / ExposeCellModeEnum Enumeration

In This Topic
    ExposeCellModeEnum Enumeration
    In This Topic
    Specifies how the grid exposes the rightmost column when it gets focus.
    Syntax
    'Declaration
     
    
    Public Enum ExposeCellModeEnum 
       Inherits System.Enum
    public enum ExposeCellModeEnum : System.Enum 
    Members
    MemberDescription
    ScrollNeverThe grid will always leave the rightmost column clipped.
    ScrollOnEditThe 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.
    ScrollOnSelectThe grid will scroll to the left to display the rightmost column in its entirety.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.ExposeCellModeEnum

    See Also