AvalonEdit
AllowScrollBelowDocument Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsAllowScrollBelowDocument
Gets/Sets whether the user can scroll below the bottom of the document. The default value is false; but it a good idea to set this property to true when using folding.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AllowScrollBelowDocument { get; set; }
Public Overridable Property AllowScrollBelowDocument As Boolean
	Get
	Set
public:
virtual property bool AllowScrollBelowDocument {
	bool get ();
	void set (bool value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238