Constructor PanelNavigator
PanelNavigator(Panel, int)
Represents a navigator that sets the active view for a Microsoft.UI.Xaml.Controls.Panel.
Declaration
public PanelNavigator(Panel navControl, int maxCachedViews = 5)
Parameters
Type | Name | Description |
---|---|---|
Panel | navControl | |
int | maxCachedViews |
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.