Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / ShrinkToFit Property


In This Topic
    ShrinkToFit Property (ColumnHeaderRenderer)
    In This Topic
    Gets or sets whether a drop-down button is displayed in the cell.
    Syntax
    'Declaration
     
    
    Public Property ShrinkToFit As Boolean
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim value As Boolean
     
    instance.ShrinkToFit = value
     
    value = instance.ShrinkToFit
    public bool ShrinkToFit {get; set;}
    See Also