ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / VerticalFill Property

In This Topic
    VerticalFill Property (C1DockTabControl)
    In This Topic
    Whether the control resizes to fill the remaining vertical space.
    Syntax
    'Declaration
     
    Public Property VerticalFill As Boolean
    public bool VerticalFill {get; set;}
    See Also