When this property is True the scroll bars specified in ScrollBars property will be always visible, even if this is not necessary.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ScrollBarsAlwaysVisible { get; set; }
Public Property ScrollBarsAlwaysVisible As Boolean
	Get
	Set
public:
property bool ScrollBarsAlwaysVisible {
	bool get ();
	void set (bool value);
}

See Also