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)