Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplate Class / AutoItemHeight Property


In This Topic
    AutoItemHeight Property (ItemTemplate)
    In This Topic
    Gets or sets a bool value whether the height is preferred.
    Syntax
    'Declaration
     
    
    Public Property AutoItemHeight As Boolean
    'Usage
     
    
    Dim instance As ItemTemplate
    Dim value As Boolean
     
    instance.AutoItemHeight = value
     
    value = instance.AutoItemHeight
    public bool AutoItemHeight {get; set;}

    Property Value

    A bool value indicates whether the height is preferred, true if the height is preferred, otherwise, false.
    The default is true.
    See Also