ComponentOne FlexGrid for WinForms
ExtendLastCol Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : ExtendLastCol Property
Gets or sets whether the last column should be extended to fill the control.
Syntax
'Declaration
 
Public Property ExtendLastCol As Boolean
public bool ExtendLastCol {get; set;}
Remarks
This property only affects painting. It does not modify the Column.Width property of the last column.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members