New to Kendo UI for jQuery? Start a free 30-day trial
Positioning
Updated over 6 months ago
The AppBar component enables you to set its position and its position mode.
Position
The position option of the Kendo UI AppBar defines where the component has to be positioned on the page. The predefined position options are the following:
none- no positioning CSS style are appliedtop- places the AppBar at the top of the pagebottom- places the AppBar at the bottom of the page
Position Mode
The positionMode option defines the position of the component relative to its parent container or viewport. The predefined Position Mode options are the following::
static- positions the AppBar according to the normal flow of the page.sticky- sticks the AppBar to a given position(top or bottom).fixed- positions the AppBar relative to the viewport.
In order to use the
stickyorfixedposition mode of the AppBar, thepositionhas to be set either totoporbottom.