ComponentOne VSFlexGrid 8.0
AfterUserFreeze Event

Fired after the user changes the number of frozen rows or columns.

Syntax

Private Sub VSFlexGrid_AfterUserFreeze()

Remarks

This event is fired whenever the FrozenRows or FrozenCols properties change, either as a result of user action or through code.

The user may change the number of frozen rows and columns by dragging the solid line that divides the frozen and scrollable areas of the grid, depending on the setting of the AllowUserFreezing property.

This event is useful if you want to synchronize user interface elements with the number of frozen rows or columns.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback