ShellContent IsVisible="True" Does not display Title #19783
Labels
area-controls-shell
Shell Navigation, Routes, Tabs, Flyout
partner/syncfusion
Issues / PR's with Syncfusion collaboration
platform/windows 🪟
t/bug
Something isn't working
Milestone
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
The text was updated successfully, but these errors were encountered: