• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

AppBarPositionMode

Specifies the positionMode of the AppBar (see example).

  • The possible values are:
  • static (Default)—Does not position the AppBar in any special way. It is positioned according to the normal flow of the page.
  • sticky—Positions the AppBar based on the user's scroll position. A sticky element toggles between static and fixed CSS position property, depending on the scroll position.
  • fixed—Positions the AppBar relative to the viewport. It always stays in the same place even if the page is scrolled.

type AppBarPositionMode = "static" | "sticky" | "fixed";

In this article

Not finding the help you need?