Gets the property which indicates if vertical scroll bar is active.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public abstract bool VScrollBarActive { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property VScrollBarActive As Boolean
Visual C++
public:
virtual property bool VScrollBarActive {
	bool get () abstract;
}

See Also