Shell Items duplication and blick

Eduardo Gomez 3,651 Reputation points
2024-03-12T09:56:41.9066667+00:00

This is an old problem

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,112 questions
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
    2024-03-15T07:20:50.67+00:00

    Hello,

    Thanks for your feedback.

    According to the official documentation for MAUI flytout, when visibility is set to false, this item should be automatically removed from the shell.

    IsVisible, of type bool, indicates if the item should be removed from the visual tree and therefore not appear in the flyout. Its default value is true.

    However, based on the image and code snippet you provided, the invisible item still appears in the shell, which is not expected.

    It is more recommended that you post this issue to GitHub to make our development team aware of it.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.