mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-23 04:45:26 +00:00
Add WPFToggleScrollbars tweak to Always show scrollbars (#4402)
This commit is contained in:
committed by
GitHub
parent
b463d9d460
commit
415d1864d7
@@ -1390,6 +1390,24 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/newoutlook"
|
"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": {
|
"WPFToggleMultiplaneOverlay": {
|
||||||
"Content": "Multiplane Overlay",
|
"Content": "Multiplane Overlay",
|
||||||
|
|||||||
Reference in New Issue
Block a user