You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: