RobinPerris/DarkUI

DarkTextBox => White Scrollbar

DAVIDSystems opened this issue · 1 comments

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

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.