Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.28 KB

uisettingscontroller_setautohidescrollbars_2088344946.md

File metadata and controls

38 lines (26 loc) · 1.28 KB
-api-id -api-type
M:Windows.UI.ViewManagement.Core.UISettingsController.SetAutoHideScrollBars(System.Boolean)
winrt method

Windows.UI.ViewManagement.Core.UISettingsController.SetAutoHideScrollBars

-description

Turn automatic hiding of scroll bars on or off through the Accessibility visual effects settings (Settings -> Accessibility -> Visual effects).

-parameters

-param value

True, if enabled. Otherwise, false.

-remarks

Important

This API requires the use of the IoT systemManagement capability, and the inclusion of iot in the IgnorableNamespaces list.

Add the following to the Package.appmanifest:

  • To <Package>
    • IgnorableNamespaces="iot"
  • Under <Capabilities>
    • <iot:Capability Name="systemManagement"/>

-see-also

RequestDefaultAsync, ViewManagement.UISettingsAnimationsEnabledChangedEventArgs, ViewManagement.UISettingsMessageDurationChangedEventArgs

-examples