FlexPivot for WinForms
AllowFreezing プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : AllowFreezing プロパティ
Gets or sets whether the user is allowed to freeze rows and columns with the mouse.
シンタックス
'宣言
 
Public Property AllowFreezing As AllowFreezingEnum
public AllowFreezingEnum AllowFreezing {get; set;}
解説

Frozen cells remain on the screen when the user scrolls the control (like fixed cells), but they are selectable and editable (like scrollable cells). They are painted using the CellStyleCollection.Frozen style.

To freeze rows or columns at runtime, the mouse must be near the edge of the frozen area. The mouse pointer will then change into a 'freeze' pointer (looks like a padlock) and the user can drag the frozen boundary to a new row or column.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ