Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DarkTextBox => White Scrollbar #22

Closed
DAVIDSystems opened this issue Jan 20, 2020 · 1 comment
Closed

DarkTextBox => White Scrollbar #22

DAVIDSystems opened this issue Jan 20, 2020 · 1 comment

Comments

@DAVIDSystems
Copy link

Again, thanks for this great library.
Maybe i missed something, but how can i get the scrollbar in a multiline DarkTextBox displayed in dark mode ?

Thanks,

Michael

@RobinPerris
Copy link
Owner

It's one of the limitations of the library unfortunetly. The default WinForms TextBox control is just a wrapper and doesn't have much customisation I can hook in to.

One potential workaround is to create a new control which inherits from the ScrollViewBase and move an auto-sized textbox around to mimic the effect of scrolling. I have no idea how viable this is, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants