-
Notifications
You must be signed in to change notification settings - Fork 456
DockLayout #432
DockLayout #432
Conversation
5a7c95a
to
96bfdca
Compare
02fd0fa
to
1b904c6
Compare
A new build for this PR has been completed. As a result a NuGet has been created which allows you to verify this fix or try out the new feature! Download here |
src/CommunityToolkit/Xamarin.CommunityToolkit/Views/DockLayout.shared.cs
Outdated
Show resolved
Hide resolved
src/CommunityToolkit/Xamarin.CommunityToolkit/Views/DockLayout.shared.cs
Outdated
Show resolved
Hide resolved
src/CommunityToolkit/Xamarin.CommunityToolkit/Views/DockLayout.shared.cs
Outdated
Show resolved
Hide resolved
A new build for this PR has been completed. As a result a NuGet has been created which allows you to verify this fix or try out the new feature! Download here |
src/CommunityToolkit/Xamarin.CommunityToolkit/Views/DockLayout/DockLayout.shared.cs
Show resolved
Hide resolved
src/CommunityToolkit/Xamarin.CommunityToolkit/Views/DockLayout/DockLayout.shared.cs
Outdated
Show resolved
Hide resolved
…/DockLayout.shared.cs Co-authored-by: Andrei <[email protected]>
…/DockLayout.shared.cs Co-authored-by: Andrei <[email protected]>
A new build for this PR has been completed. As a result a NuGet has been created which allows you to verify this fix or try out the new feature! Download here |
A new build for this PR has been completed. As a result a NuGet has been created which allows you to verify this fix or try out the new feature! Download here |
A new build for this PR has been completed. As a result a NuGet has been created which allows you to verify this fix or try out the new feature! Download here |
A new build for this PR has been completed. As a result a NuGet has been created which allows you to verify this fix or try out the new feature! Download here |
Description of Change
The DockLayout makes it easy to dock content in all four directions (top, bottom, left and right).
This makes it a great choice in many situations, where you want to divide the screen into specific areas,
especially because by default, the last element inside the DockLayout, unless this feature is specifically disabled,
will automatically fill the rest of the space (center).
API Changes
Added:
PR Checklist