Add WPFToggleScrollbars tweak to Always show scrollbars (#4402)

This commit is contained in:
Jarosław Drzewiecki de Ogańczyk
2026-04-21 22:32:05 +02:00
committed by GitHub
parent b463d9d460
commit 415d1864d7

View File

@@ -1390,6 +1390,24 @@
}
],
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/newoutlook"
},
"WPFToggleScrollbars": {
"Content": "Always Show Scrollbars",
"Description": "If enabled, scrollbars will always be visible. If disabled, Windows will automatically hide scrollbars when not in use.",
"category": "Customize Preferences",
"panel": "2",
"Type": "Toggle",
"registry": [
{
"Path": "HKCU:\\Control Panel\\Accessibility",
"Name": "DynamicScrollbars",
"Value": "0",
"Type": "DWord",
"OriginalValue": "1",
"DefaultState": "false"
}
],
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/scrollbars"
},
"WPFToggleMultiplaneOverlay": {
"Content": "Multiplane Overlay",