Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ListBoxCellType Class / ItemHeight Property


In This Topic
    ItemHeight Property (ListBoxCellType)
    In This Topic
    Gets or sets the height of each item in the list.
    Syntax
    'Declaration
     
    
    Public Property ItemHeight As Integer
    'Usage
     
    
    Dim instance As ListBoxCellType
    Dim value As Integer
     
    instance.ItemHeight = value
     
    value = instance.ItemHeight
    public int ItemHeight {get; set;}
    See Also