Page 1 of 1

Scintilla SETVSCROLLBAR

Posted: Mon Jul 15, 2024 5:30 pm
by rndrei
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:

Code: Select all

 ScintillaSendMessage(#SC, #SCI_SETHSCROLLBAR,#True)
 ScintillaSendMessage(#SC, #SCI_SETVSCROLLBAR,#True)
Under Linux the bar is there, everything works, but under Windows it appears only when the text goes out of bounds!?