ScrollablePage QML Type
A scrollable page container. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- contentItem : Item
- padding : real
- title : string
Detailed Description
ScrollablePage provides a page container with built-in scrolling support. It includes a title bar and manages padding around its content to ensure proper layout within a scrolling view.
Property Documentation
contentItem : Item
The primary content item displayed within the scrollable page. This holds the main content that scrolls.
padding : real
The padding around the content within the page, measured in pixels. Applies to all four sides.
title : string
The title text displayed in the page header.