From 4ab7b0b4e4ef21b23f4896ed56031405d89a1e9a Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
+
@@ -1643,7 +1645,14 @@ struct TextToFind {
For performance, Scintilla does not measure the display width of the document to determine
the properties of the horizontal scroll bar. Instead, an assumed width is used.
These messages set and get the document width in pixels assumed by Scintilla.
- The default value is 2000.
SCI_SETSCROLLWIDTHTRACKING
+
+ SCI_SETSCROLLWIDTHTRACKING(bool tracking)
+ SCI_GETSCROLLWIDTHTRACKING
+ If scroll width tracking is enabled then the scroll width is adjusted to ensure that all of the lines currently
+ displayed can be completely scrolled. This mode never adjusts the scroll width to be narrower.
SCI_SETENDATLASTLINE(bool endAtLastLine)
SCI_GETENDATLASTLINE
--
cgit v1.2.3