ScrollView

Search for usage in LXR

ScrollView Class Reference
Inheritance diagram for ScrollView:

Properties

bool framedView
 
Flickable view
 

Detailed Description

A ScrollView containing a GridView, with the default behavior about sizing and background as recommended by the user interface guidelines For most KControl modules, it's recommended to use instead the GridViewKCM component as the root element of your module.

import org.kde.kcmutils as KCMUtils
KCMUtils.ScrollView {
view: ListView { }
}
See also
GridViewKCM

Definition at line 24 of file ScrollView.qml.

Property Documentation

◆ framedView

bool ScrollView::framedView
read

Definition at line 32 of file ScrollView.qml.

◆ view

Flickable ScrollView::view
read

view: GridView Exposes the internal flickable

Definition at line 30 of file ScrollView.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:53:48 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.