NavBar.sticky property

Applies to Windows only

[sticky is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0. ]

sticky is no longer available. Gets or sets a value that indicates whether the NavBar is sticky (won't light dismiss). If not sticky, the NavBar dismisses normally when the user touches outside of the NavBar.

Syntax

var sticky = navBar.sticky;
navBar.sticky = sticky;

Property value

Type: Boolean

true if the NavBar will not light dismiss, although the user can still dismiss it explicitly with the edge gesture.

false if the NavBar is not sticky, and will light dismiss.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Minimum supported phone

None supported

End of client support

Windows 8.1

End of phone support

None supported

End of server support

Windows Server 2012 R2

Namespace

WinJS.UI

Library

Ui.js

See also

NavBar

NavBarCommand

NavBarContainer

BackButton

AppBar

Your first app - Part 3: PageControl objects and navigation

Navigating between pages (HTML)

Adding app bars

Adding nav bars

HTML AppBar control sample

HTML NavBar control sample

Navigation and navigation history sample

Designers

Command patterns

Navigation patterns

Guidelines for app bars

Bottom app bar

Top app bar