C1.Win.FlexGrid Namespace / C1FlexGrid Class / ExtendLastCol Property

In This Topic
ExtendLastCol Property (C1FlexGrid)
In This Topic
Gets or sets whether the last column should be extended to fill the control.
Syntax
'Declaration
 
Public Property ExtendLastCol As Boolean
 
Remarks
This property only affects painting. It does not modify the Column.Width property of the last column.
See Also