Dart.Emulation Namespace > Vt Class : ScrollType Property |
<DefaultValueAttribute()> Public Property ScrollType As Scroll
[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); }
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.