Version

VerticalViewOffset Property

Returns/sets the zero-based vertical pixel offset of the RichDocumentView
Syntax
'Declaration
 
Public Property VerticalViewOffset As Double
public double VerticalViewOffset {get; set;}
Remarks
The value exposed by this property will always be a positive value. If an attempt is made to set it to a negative value, the property will be set to zero instead. The maximum value is based on the calculated render height )in pixels) of the entire Infragistics.Documents.RichText.RichTextDocument
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also