dotnetmonitor.com |
|
||||||||||||
| When users view data
sometimes they need to refer to a single column or set of columns frequently.
For example, when displaying a table of customer information that contains many
columns, it is useful to display the customer name at all times while enabling
other columns to scroll outside the visible region.
To achieve this behavior, you can freeze columns in the control. This is done via setting the Frozen property on the column or row. When you freeze a column, all the columns to its left (or to its right in right-to-left language scripts) are frozen as well. Frozen columns remain in place while all other columns can scroll. Rows act in similar fashion: all rows before the frozen row are frozen as well and remain in place while the non frozen rows can scroll. |
||||||||||||
|
||||||||||||