UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Class PanelNavigator

    Represents a navigator that sets the active view for a Microsoft.UI.Xaml.Controls.Panel.

    Inheritance
    object
    ViewNavigatorBase<Panel>
    PanelNavigator
    Implements
    IViewNavigator
    Inherited Members
    ViewNavigatorBase<Panel>.NavControl
    ViewNavigatorBase<Panel>.IViewNavigator.DispatcherQueue
    ViewNavigatorBase<Panel>.IViewNavigator.XamlRoot
    ViewNavigatorBase<Panel>.IViewNavigator.SetActiveView(UIElement)
    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.

    © Singulink. All rights reserved.