Added Overlay Scrollbars in 3.7 pre-release #5415
Replies: 7 comments 11 replies
|
You seem to have resolved many of the prior glitches due to the transparency so system cached release page is still here showing the 737 glitchy version rather than current 17751 |
I'd like to kindly ask you to reconsider and keep the setting available. These scrollbars are not good in terms of accessibility, i.e. they are too thin for people with poor eyesight that need to have elements enlarged to see them, or people who have motion issues and cannot click or hover over small elements. Just for the record, the same applies to the default Windows 11 scrollbars, and many people have been complaining about them for a long time already. I personally work on large documents a lot, so I rely on scrollbars all the time, and the first thing that I had to do when I noticed the thin scrollbars was to look for a setting to disable them. I also use the Aero Lite theme in Windows, which uses thick scrollbars, but SumatraPDF currently follows them only when the overlay scrollbars setting is disabled. |
|
@GitHubRulesOK is their nuget package available from where i can run this command and get the extracted text from pdf into string or stringCollection without saving it into txt file in .net core? |
|
Since version 6.x, SumatraPDF always zooms into the middle of the top third of a two-page spread (when using the Numpad Plus key). Up to version 5.x, the zoom always targeted the top-left corner—behavior I preferred when reading my daily newspaper and various magazines. Is this a bug or a feature? Is there a setting to make the program behave as it used to, zooming to the top-left edge from the full-screen (book) view? |







Uh oh!
There was an error while loading. Please reload this page.
In pre-release 3.7 build 17751 I've introduced overlay scrollbars.
The idea is to maximize area available for showing the document.
Currently, if scrollbars are visible they take away space from the document.
With overlay scrollbars they are painted over the document. We intelligently hide / show them.
By default they are thin but if you move mouse close to them, they become bigger.
Currently you can toggle them on / off with advanced setting
FixedPageUI.UseOverlayScrollbar(andCmd + kcommandToggle Overlay Scrollbars).But I'll likely make it the only option in the future.
Let me know if there are any regressions / problems with the new overlay scrollbars.
All reactions