ScrollView
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
|
read |
Definition at line 32 of file ScrollView.qml.
◆ 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 Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.