True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1TrueDBGrid Class / ViewRowHeight Property

In This Topic
    ViewRowHeight Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the height of the row when the DataView is set to Inverted or Form.
    Syntax
    'Declaration
     
    Public Property ViewRowHeight As System.Integer
    public System.int ViewRowHeight {get; set;}
    Remarks

    It updates C1DisplayColumn.Height value. If value is great or equal to 0 then C1DisplayColumn.Height will be set to default size.

    If you need for different heights for different inverted rows then set C1DisplayColumn.Height directly for some C1DisplayColumn in the Split.DisplayColumns.

    See Also