ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / ItemHeight Property

In This Topic
    ItemHeight Property (C1ListViewer)
    In This Topic
    Gets or sets the height of each item.
    Syntax
    'Declaration
     
    Public Property ItemHeight As System.Double
    public System.double ItemHeight {get; set;}
    See Also