ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewer Class / ItemWidth Property



In This Topic
    ItemWidth Property (C1ListViewer)
    In This Topic
    Gets or sets the width of each item.
    Syntax
    'Declaration
     
    
    Public Property ItemWidth As Double
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim value As Double
     
    instance.ItemWidth = value
     
    value = instance.ItemWidth
    public double ItemWidth {get; set;}
    public:
    property double ItemWidth {
       double get();
       void set (    double value);
    }
    See Also