Browse Source

Apply FD on MainWindow instead MainView in ControlCatalog

pull/10065/head
daniel 3 years ago
parent
commit
7fd6d43e3f
  1. 2
      samples/ControlCatalog/MainView.xaml.cs

2
samples/ControlCatalog/MainView.xaml.cs

@ -60,7 +60,7 @@ namespace ControlCatalog
{
if (flowDirections.SelectedItem is FlowDirection flowDirection)
{
this.FlowDirection = flowDirection;
((TopLevel)this.VisualRoot!).FlowDirection = flowDirection;
}
};

Loading…
Cancel
Save