Occurs when the value of ScrollOffset changes.
public event EventHandler ScrollOffsetChanged
public:
event EventHandler^ ScrollOffsetChanged
This event is raised if the value of the ScrollOffset property is changed by either a programmatic modification or user interaction.
using Leadtools;
using Leadtools.Controls;
using Leadtools.Codecs;
using Leadtools.Drawing;
using Leadtools.ImageProcessing;
using Leadtools.ImageProcessing.Color;
public void ImageViewerScrollMode_Example()
{
if (_imageViewer.ScrollMode != ControlScrollMode.Hidden)
{
_imageViewer.ScrollMode = ControlScrollMode.Hidden;
_imageViewer.RestrictScroll = false;
}
}
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document