PowerTCP Emulation for .NET
ScrollType Property




Gets or sets a value that determines whether to use jump scrolling or smooth scrolling in the display screen.
Syntax
<DefaultValueAttribute()>
Public Property ScrollType As Scroll
Dim instance As Vt
Dim value As Scroll
 
instance.ScrollType = value
 
value = instance.ScrollType
[DefaultValue()]
public Scroll ScrollType {get; set;}
[DefaultValue()]
public: __property Scroll get_ScrollType();
public: __property void set_ScrollType( 
   Scroll value
);
[DefaultValue()]
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.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic