Binding to other VSFlexGrid controls

The BindToArray method also allows you to bind the control to another VSFlexGrid control. This way, you may create different "views" of the same data without having to keep duplicate copies of the data. The syntax is the same, except the first parameter is a reference to another VSFlexGrid control.

When two controls are bound, changes made to cells in either control will reflect on the other. When binding to another VSFlexGrid control, the fixed cells are bound as well as the scrollable ones. Note that the binding only applies to the data, not to the formatting.