Gets or sets the width of a scrollbar, measured in pixels.
Data view scroll bar size.
Visual Basic (Declaration) | |
---|---|
Public Property Size As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double Size {get; set;} |
Return Value
A double that represents the width of a scrollbar in pixels. Defaults to 14 pixels. Can range from 5 to 20 pixels.
Gets or sets the width of a scrollbar, and can be from 5 to 20 pixels.
Setting this property to zero will disable a scrollbar.
IMPORTANT: To fix the position of scrollbars the plotting area position of a chart area must not be set to "Auto". To explicitly set the plotting area position use the InnerPlotPosition property.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family