Skip to content

Commit

Permalink
Update knowledge-base/extend-busyindicator-coverage-flyout-net-maui.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yordan <[email protected]>
  • Loading branch information
didiyordanova and yordan-mitev authored Jan 7, 2025
1 parent 667e06c commit b33544f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This knowledge base article also answers the following questions:

## Solution

To cover the Flyout area of the Microsoft Shell along with the application's content page using BusyIndicator, you need to define a separate BusyIndicator or an overlay specifically for the Flyout. The Flyout area is not part of the application's main visual tree but is a separate page, requiring its own BusyIndicator implementation.
To cover the Flyout area of the Microsoft Shell along with the application's content page using BusyIndicator, define a separate BusyIndicator or an overlay specifically for the Flyout. The Flyout area is not part of the application's main visual tree but a separate page requiring its own BusyIndicator implementation.

To achieve this, access your Shell definition and override the `FlyoutContent` to include a BusyIndicator. This allows you to show the BusyIndicator or an overlay specifically for the Flyout menu.

Expand Down

0 comments on commit b33544f

Please sign in to comment.