On Saturday 15 September 2018 00:28:00 fredvs wrote: > Hello. > > In the video you may see that the page is scrolled down or up if the > up/down key is pressed lower than bottom or higher than top. > Correct. The caret should be visible if one changes the active row with the Up/Down keys.
> Would it be possible, if the up/down key is pressed more than one second, > that scrolling lines is faster? > What you see is the auto key repeat function of your operating system, it is not done by MSEgui. Why don't you use the PageUp/PageDown keys? Another option is to use the scroll wheel in order to scroll source. 'Project'-'Options'-'Editor'-'Scroll height' sets the step per wheel tick. n = -1 -> one page - one row, n = 0 -> ballistic behavior, the stepheight depends on the wheel speed, n >= 1 -> n rows per tick. Martin _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

