←Select platform

ScrollViewer Property

Summary

Gets the ScrollViewer part of this control

Syntax

C#
VB
C++
public ScrollViewer ScrollViewer { get; } 
  
Public ReadOnly Property ScrollViewer As ScrollViewer 
public: 
property ScrollViewer^ ScrollViewer { 
   ScrollViewer^ get(); 
} 

Property Value

The ScrollViewer control that forms part of this control.

Remarks

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.

Example

For C#/VB examples, refer to ScrollChanged.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly