Dart.Emulation Namespace > Vt Class : MaxBufferRows Property |
<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); }
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.