FreezeColumnsAbs Property
Description
Gets or sets whether the freeze column is absolute or relative (applies when columns are dragged/moved).
Property Type
Read-write property
Syntax (Visual Basic)
Public Property FreezeColumnsAbs() As Boolean
Remarks
The following explanation assumes there are 3 frozen columns.
-
If FreezeColumnsAbs is False, when a column is dragged and dropped into the first 3 columns, the new column becomes frozen and the 3rd column will become unfrozen.
-
If FreezeColumnsAbs is True, the 3rd column (the column with the divider after it) will remain next to the 3rd column no matter where it is dragged or where other columns are dragged. The divider becomes "stuck" to the last column in the original freeze count.
Example
wndGridControl.FreezeColumnsCount = 3
wndGridControl.FreezeColumnsAbs = True
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.