Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ScrollViewerScrollBar Class / CanMinimize Property

In This Topic
    CanMinimize Property
    In This Topic
    Gets or sets whether the scrollbar can be minimized (overlay mode).
    Syntax
    'Declaration
     
    
    Public Property CanMinimize As Boolean
    public bool CanMinimize {get; set;}
    See Also