Skip to content

ShellContent IsVisible="True" Does not display Title #19783

@edma72

Description

@edma72

Description

The issue i have that at startup i must make invisible item 'Profile'. and after successful login in AppShell.xmal.cs i watch property change and trying to make visible 'Profile'. and it works except that Title="Profile" is not visible. It is blank. When guess and click on it, it brings proper template.

Steps to Reproduce

!. Create Maui app. In AppShell.xaml add Flyout ShellContent Item like this:

and Button:


2. in AppShell.xaml.cs after InitializeComponent(); i set Profile.IsVisible =falce;
3. in Login Button control.:
private void btnLogin_Clicked(object sender, EventArgs e)
{
Profile.IsVisible =true;
}

NOTE: it makes Profile Item visible, but Title="Profile" not. so that ShellContent item is blank and i have to guess. where is it. Not sure how to make visible entire item.

Link to public reproduction project repository

https://github.com/edma72/LoadTestGUI

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

No response

Did you find any workaround?

NO

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions