The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
When the BladeView is in Fullscreen mode, it's hard for a user to tell they can scroll with the new collapsing scrollbars:
(e.g. there's blades to the left I can scroll to here.)
It'd be great if we had a FullscreenMargin or FullscreenLeftOffset/FullscreenRightOffset properties to allow for the edges of previous/next blades to be shown:
When the BladeView is in Fullscreen mode, it's hard for a user to tell they can scroll with the new collapsing scrollbars:
(e.g. there's blades to the left I can scroll to here.)
It'd be great if we had a
FullscreenMargin
orFullscreenLeftOffset/FullscreenRightOffset
properties to allow for the edges of previous/next blades to be shown: