Positioning
The AppBar widget enables you to set its Position and its Position mode.
Position
The Position
option of the Telerik UI AppBar defines where the widget has to be positioned on the page. The predefined position options are the following:
-
None
- no positioning CSS style are applied -
Top
- places the AppBar at the top of the page -
Bottom
- 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
Sticky
orFixed
position mode of the AppBar, thePosition
has to be set either toTop
orBottom
.