ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / VirtualizationSettings Class / RowHeight Property

In This Topic
    RowHeight Property
    In This Topic
    Determines the height of a rows when rows virtual scrolling is used.
    Syntax
    'Declaration
     
    Public Property RowHeight As System.Integer
    public System.int RowHeight {get; set;}
    See Also