PowerTCP Emulation for .NET
MaxBufferRows Property




Gets or sets the maximum number of rows to store in the scrollback buffer.
Syntax
<DefaultValueAttribute()>
Public Property MaxBufferRows As Integer
Dim instance As Vt
Dim value As Integer
 
instance.MaxBufferRows = value
 
value = instance.MaxBufferRows
[DefaultValue()]
public int MaxBufferRows {get; set;}
[DefaultValue()]
public: __property int get_MaxBufferRows();
public: __property void set_MaxBufferRows( 
   int value
);
[DefaultValue()]
public:
property int MaxBufferRows {
   int get();
   void set (    int value);
}

Property Value

An integer specifying the maximum number of rows to store in the scrollback buffer.
Remarks

The default value is 72, which means by default the Vt control will store a maximum of 72 rows of data that have "scrolled" off the screen. As rows "scroll" off the screen they are added to the scrollback buffer dynamically, BufferRows reports the current number of rows stored in the buffer. Set this property to 0 to disable the scrollback buffer.

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