Scintilla SETVSCROLLBAR
Posted: Mon Jul 15, 2024 5:30 pm
When I run the program, there is an empty field in #SCI,
There is a horizontal stripe but no vertical stripe. How to display a vertical scroll bar when the document is empty?
Values are set to TRUE:
Under Linux the bar is there, everything works, but under Windows it appears only when the text goes out of bounds!?
There is a horizontal stripe but no vertical stripe. How to display a vertical scroll bar when the document is empty?
Values are set to TRUE:
Code: Select all
ScintillaSendMessage(#SC, #SCI_SETHSCROLLBAR,#True)
ScintillaSendMessage(#SC, #SCI_SETVSCROLLBAR,#True)