Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListColumn Class / ActualWidth Property


In This Topic
    ActualWidth Property (ListColumn)
    In This Topic
    Gets the current width of the column in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualWidth As Double
    'Usage
     
    Dim instance As ListColumn
    Dim value As Double
     
    value = instance.ActualWidth
    public double ActualWidth {get;}

    Property Value

    The width of the column in pixels. Returns 0 if the column has not been added to a GcListBox.
    Remarks
    This property gets the actual visible width of the column after the ColumnWidth, MaxColumnWidth, MinColumnWidth and Width settings have been taken into account.
    See Also