Search
ControlStyle.VScrollBarWidth Property
See Also
 





Gets or sets the width of the vertical scrollbar.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int VScrollBarWidth { get; set; }

Visual Basic  Copy Code

Public Property VScrollBarWidth As Integer

 Property Value

An integer value.

 See Also