I needed to customize the scrollbars myself for dark theme applications. The default scrollbars are always the system default and there is no way to custom paint them. I've attached my changes to Scintilla 4.20. Scintilla already pipes all scrollbar updates via ScintillaWin::SetScrollInfo and ScintillaWin::GetScrollInfo. The core change is to allow Scintilla to set and get scroll info from a custom scrollbar. I did this by adding a single new message that allows users to set custom scrollbars. The...
I needed to customize the scrollbars myself for dark theme applications. The default scrollbars are always the system default and there is no way to custom paint them. I've attached my changes to Scintilla 4.20. Scintilla already pipes all scrollbar updates via ScintillaWin::SetScrollInfo and ScintillaWin::GetScrollInfo. The core change is to allow Scintilla to set and get scroll info from a custom scrollbar. I did this by adding a single new message that allows users to set custom scrollbars. The...