True DBGrid for WinForms
ExposeCellModeEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : ExposeCellModeEnum 列挙体
Specifies how the grid exposes the rightmost column when it gets focus.
シンタックス
'宣言
 
Public Enum ExposeCellModeEnum 
   Inherits System.Enum
public enum ExposeCellModeEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1TrueDBGrid 名前空間