ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / IntegralHeight Property

In This Topic
    IntegralHeight Property (C1List)
    In This Topic
    Controls whether partial rows are displayed.
    Syntax
    'Declaration
     
    
    Public Property IntegralHeight As Boolean
    public bool IntegralHeight {get; set;}

    Property Value

    The default value is false.
    Remarks

    If True, partial rows are not displayed, and the height of the control will be reduced to eliminate the last partial row if necessary.

    If False, partial rows are displayed, and the control retains its design-time height.

    See Also