CommunityToolkit / WindowsCommunityToolkit

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.
https://docs.microsoft.com/windows/communitytoolkit/
Other
5.89k stars 1.38k forks source link

Add Fullscreen Offsets to BladeView #1406

Closed michael-hawker closed 2 years ago

michael-hawker commented 7 years ago

When the BladeView is in Fullscreen mode, it's hard for a user to tell they can scroll with the new collapsing scrollbars:

image (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:

image

<controls:BladeView 
    BladeMode="Fullscreen"
    FullscreenLeftOffset="50"
    FullscreenRightOffset="10">
michael-hawker commented 7 years ago

Was just thinking too, that we could add a 'snap' property and use the leftoffset in either mode too.

skendrot commented 6 years ago

Does the FlipView offer such properties?

gbarcho commented 6 years ago

Whats the status? Can we archive/close it?