How to remove the scroll bar?
-
When entering Fullscreen mode, I want to remove the scroll bar, how to do it?
-
@Joey1986 said:
When entering Fullscreen mode, I want to remove the scroll bar, how to do it?
Actually I think without using a plugin like python/lua script or nppexec …
npp doesn’t provide a way to do it.
Using, for example, python script you could call something likeeditor.setVScrollBar(False) editor.setHScrollBar(True)
Cheers
Claudia