←Select platform

ScrollPosition Property

Summary

Gets or sets the scroll bar position.

Syntax

C#
VB
C++
public Point ScrollPosition { get; set; } 
  
Public Property ScrollPosition As Point 
public: 
property Point ScrollPosition { 
   Point get(); 
   void set (    Point ); 
} 

Property Value

A System.Drawing.Point structure that represents the scroll bar position, in pixels.

Example

Refer to ScrollBarVisible

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.Web Assembly