Jump to content

Notepad++ Vertical Scroll bar removal


Ukterry
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...