MindFusion WinForms Programmer's Guide
ScrollViewer Class
See Also
 





Represents a control that can host another control and provide scrolling capabilities if the hosted control is larger than the client area.

Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.WinForms

 Syntax

C#  Copy Code

public class ScrollViewer : UserControl

Visual Basic  Copy Code

Public Class ScrollViewer
    Inherits UserControl

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                    System.Windows.Forms.ContainerControl
                        System.Windows.Forms.UserControl
                            MindFusion.Reporting.WinForms.ScrollViewer

 See Also

ScrollViewer Members
MindFusion.Reporting.WinForms Namespace