Skip to content

How to fix scrollBar after resize? #1109

Answered by BDisp
opadfnezig asked this question in Q&A
Discussion options

You must be logged in to vote

The demo.cs is slow because it is using Application.UseSystemConsole and thus using NetDriver. If you comment that line it will use WindowsDriver if you are running on a Windows 10 or will use NCurses if you are running Linux.
If you want to avoid the scrollbar from appearing, you must disable Height as Buffer on the Diagnostic menu. However, there is a bug that preventing the size not fit correctly on the console. A possible fix is on PR #1066.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@opadfnezig
Comment options

@BDisp
Comment options

@opadfnezig
Comment options

Answer selected by opadfnezig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants