Layouts
Everything on SkillVeris tagged Layouts — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(8)
Layouts and Partial Views
Learn how _Layout.cshtml provides a shared page shell via RenderBody/@RenderSection, and how partial views let you reuse smaller markup fragments across views.
MAUI Layouts
How Grid, StackLayout, FlexLayout, and AbsoluteLayout measure and arrange child views, and when to choose each for performance and responsiveness.
MAUI Quick Reference
A condensed cheat sheet of core MAUI layouts, data-binding syntax, and Essentials APIs for quick lookup while coding.
XAML Basics
The essentials of MAUI's XAML syntax — layouts, controls, data binding, and markup extensions — for declaring a page's UI separately from its code-behind logic.
Page Layouts and Sections
How modern SharePoint pages are structured into sections and columns, how the 12-unit grid works, and how vertical sections behave responsively.
Layouts and Nested Routes
How layout.tsx files in the Next.js App Router share UI across routes, compose through nesting, and persist state across navigations.
Nested Routes and Layouts
Build shared layouts and nested UI in React Router v6 using nested Route definitions and the Outlet component.
Layouts: Row, Column, and Box
Row, Column, and Box are Compose's three foundational layout composables for arranging children horizontally, vertically, or stacked, forming the basis of near…