0 votes
in C Sharp by

What is the use of Framework7 Layouts?

1 Answer

0 votes
by

Framework7 provides different types of layouts for your application and it also supports three types of Navbar/Toolbar layouts:

S.N.

Layout Types & Description

1

Static Layout

Static layout is an oftently used layout type and it includes navbar and toolbar which have scrollable page content and each page contains its own navbar and toolbar.

2

Fixed Layout
Fixed layout includes its own navbar and toolbar which can be visible on screen and cannot be scrollable on page.

3

Through Layout
In this layout, the navbar and toolbar appears fixed for all pages within single view.

4

Mixed Layout

User can mix the different types of layouts in the single view.

No Navbar/Toolbar

If users dont want to use navbar and toolbar then, do not include appropriate classes (navbar-fixed, navbar-through, toolbar-fixed, toolbar-through) to page/pages/view.

Related questions

0 votes
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
asked Mar 6, 2020 in C Sharp by Hodge
0 votes
asked Mar 27, 2022 in Xamarin Exordium by sharadyadav1986
...