How to enable horizontol scrolling in C#.NET console application
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I am trying to render a graphical sort of output in a console application.The result is word wrapping on the console.So i want to enable horizontal scrolling for the console window.How do i do it? rgds, chax
chax
-
Hello, I am trying to render a graphical sort of output in a console application.The result is word wrapping on the console.So i want to enable horizontal scrolling for the console window.How do i do it? rgds, chax
chax
In the console you can set "BufferWidth", i.e. the size of the console buffer, to some other value than the default 80, and you will get horizontal scrolling.
Internet - the worlds biggest dictionary