[]
Specifies how the grid exposes the rightmost column when it gets focus.
public enum ExposeCellModeEnum
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. |