Open alexx-grand opened 3 years ago
public class NavigationView : ModernWpf.Controls.NavigationView
{
public override void OnApplyTemplate()
{
base.OnApplyTemplate();
if (GetTemplateChild("TopNavMenuItemsHost") is ItemsRepeater topNavMenuItemsHost)
{
// temporary fix
topNavMenuItemsHost.Width = 768;
}
}
}
I've figured out a workaround
Hi there,
I've faced with a problem when NavigationView becomes deadlocked.
How to reproduce:
Demo https://1drv.ms/u/s!Am9Q7tHidF2hkk5fAAJqfeZkTyzR?e=7Qmtb9