Class PanelNavigator
Represents a navigator that sets the active view for a Microsoft.UI.Xaml.Controls.Panel.
Implements
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.WinUI.dll
Syntax
public class PanelNavigator : ViewNavigatorBase<Panel>, IViewNavigator
Remarks
If the panel already contains the view then it will be made visible, otherwise the view will be added to the panel. All other children of the panel will be hidden.
Constructors
Name | Description |
---|---|
PanelNavigator(Panel, int) | Represents a navigator that sets the active view for a Microsoft.UI.Xaml.Controls.Panel. |
Methods
Name | Description |
---|---|
SetActiveView(UIElement?) | Sets the active view for the control. |