C#
VB
C++
Gets the ScrollViewer part of this control
public ScrollViewer ScrollViewer { get; }
Public ReadOnly Property ScrollViewer As ScrollViewer
public:
property ScrollViewer^ ScrollViewer {
ScrollViewer^ get();
}
The ScrollViewer control that forms part of this control.
Use this property to get the ScrollViewer control that forms part of this control. You can use this control to subscribe to events, add content and perform various custom operations on it.
For C#/VB examples, refer to ScrollChanged.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET