FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ExtendLastCol Property

In This Topic
    ExtendLastCol Property (C1FlexGridBase)
    In This Topic
    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