Ukterry Posted April 2, 2018 Posted April 2, 2018 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 Earthshine 1
Earthshine Posted April 2, 2018 Posted April 2, 2018 How would that be possible even? Notepad++ is an exe so how is autoit going to help? Are you talking about LUA? My resources are limited. You must ask the right questions
Ukterry Posted April 2, 2018 Author Posted April 2, 2018 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
Ukterry Posted April 2, 2018 Author Posted April 2, 2018 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now