Added Overlay Scrollbars in 3.7 pre-release #5415
Replies: 6 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 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
|
run a command
getting error
|
Beta Was this translation helpful? Give feedback.
-
|
@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? |
Beta Was this translation helpful? Give feedback.







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.
Beta Was this translation helpful? Give feedback.
All reactions