Show / Hide Table of Contents

Class NavigationSubView

Sub view for the PopupViewer control.

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
NavigationSubView
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<Control>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "NavigateBack", Type = typeof(Button))]
[TemplatePart(Name = "NavigateUp", Type = typeof(Button))]
[TemplatePart(Name = "Header", Type = typeof(ContentControl))]
[TemplatePart(Name = "Content", Type = typeof(ContentControl))]
[TemplatePart(Name = "ScrollViewer", Type = typeof(ScrollViewer))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_BasemapGalleryWinRTTypeDetails))]
public class NavigationSubView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>

Constructors

Name Description
NavigationSubView()

Initializes a new instance of the NavigationSubView class.

Fields

Name Description
AdditionalContentProperty

Identifies the AdditionalContent dependency property.

ContentProperty

Identifies the Content dependency property.

ContentTemplateSelectorProperty

Identifies the ContentTemplateSelectorProperty dependency property.

ContentTransitionsProperty

Identifies the ContentTransitions dependency property.

HeaderTemplateSelectorProperty

Identifies the HeaderTemplateSelectorProperty dependency property.

IsBackNavigationEnabledProperty

Identifies the IsBackNavigationEnabled dependency property.

VerticalScrollBarVisibilityProperty

Identifies the VerticalScrollBarVisibility dependency property.

Properties

Name Description
AdditionalContent

Gets or sets the content.

Content

Gets or sets the content.

ContentTemplateSelector

Gets or sets the template selector for the content.

ContentTransitions

Gets or sets the vertical scrollbar visibility of the scrollviewer below the title.

HeaderTemplateSelector

Gets or sets the template selector for the header.

IsBackNavigationEnabled

Gets or sets a value indicating whether the back buttons are enabled or not.

NavigationStack

Gets the current navigation stack

VerticalScrollBarVisibility

Gets or sets the vertical scrollbar visibility of the scrollviewer below the title.

Methods

Name Description
GoBack()
OnApplyTemplate()

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.

In this article
Back to top Generated by DocFX