PowerTCP Emulation for .NET CF
ScrollType Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : ScrollType Property




Gets or sets a value that determines whether to use jump scrolling or smooth scrolling in the display screen.

Syntax

Visual Basic (Declaration) 
Public Property ScrollType As Scroll
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As Scroll
 
instance.ScrollType = value
 
value = instance.ScrollType
C# 
public Scroll ScrollType {get; set;}
Managed Extensions for C++ 
public: __property Scroll get_ScrollType();
public: __property void set_ScrollType( 
   Scroll value
);
C++/CLI 
public:
property Scroll ScrollType {
   Scroll get();
   void set (    Scroll value);
}

Property Value

A Scroll value. The default value is Scroll.Smooth.

Remarks

Jump scrolling displays new lines as fast as they are received causing lines to jump when data is received at a high rate. Smooth scrolling limits the rate at which new lines appear on the screen resulting in smother data display, even when data is received at a high rate.

If data is received from the host which causes this property to change, the ScrollTypeChanged event is raised.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.