Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartControl Class / ScrollPoint Property


In This Topic
    ScrollPoint Property
    In This Topic
    Gets or sets a System.Drawing.Point representing the upper-left corner of the visible portion of the container.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property ScrollPoint As Point
    'Usage
     
    Dim instance As SmartControl
    Dim value As Point
     
    instance.ScrollPoint = value
     
    value = instance.ScrollPoint
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public Point ScrollPoint {get; set;}

    Property Value

    A System.Drawing.Point representing the upper-left corner of the visible portion of the container. If the container is not scrolled, the value of the ScrollPoint property will be 0,0.
    Requirements

    Target Platforms: Windows 7, 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