Jump to content

Ukterry

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Ukterry

  1. It is Autohotkey script, and it actually does hide the vertical scroll bar when executed, but it does not solve the issue of smooth scrolling of the document map, so I guess I will forget that idea, maybe look at the notepad++ experts.
  2. Hi I should have said hide. What I really want to do is have smooth scrolling with the document map, and I wondered if the vertical scroll bar was taken out of the picture it might make a difference. I have seen some other code, but not sure how it was implemented. IfWinExist ahk_class Notepad++ Control, Hide,,Button3, ahk_class Notepad++ ControlGet, Handle, Hwnd,, Scintilla2, ahk_class Notepad++ SendMessage, 2280, 0, 0,, ahk_id %Handle% ;SCI_SETVSCROLLBAR=2280,hide=0,show=1 #IfWinExist
  3. Hello I apologise if this is in the wrong place, first time of posting. I am using Notepad++ and the document map is a great help, however the scrolling in a larger document is hindered by the vertical scroll bar not keeping up. Has anyone been able to remove the vertical scroll bar with Autoit3. Thanks Terry
×
×
  • Create New...