The DevExpress ASP.NET MVC Panel extension can dock its content to any side of the screen which is defined using the FixedPosition property. When docked, the panel keeps its fixed position regardless of page scrolling.
The Panel extension can adapt to browser window size and collapses its content when any of the browser window dimensions is less than the values defined by the CollapseAtWindowInnerHeight and CollapseAtWindowInnerWidth properties.
This demo illustrates how the collapse behavior and the fixed position can be combined to provide an adaptive menu that is always visible for a web page.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxNavigationAndLayoutDemos |