Gets the property which indicates if horizontal scrolling 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 HScrollBarActive { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property HScrollBarActive As Boolean
Visual C++
public:
virtual property bool HScrollBarActive {
	bool get () abstract;
}

See Also