ScrollView QML Type
A ScrollView containing a GridView, with the default behavior about sizing and background as recommended by the user interface guidelines. More...
Import Statement: | import org.kde.kcmutils |
Inherits: |
Properties
- framedView : bool
- view : Flickable
Detailed Description
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.
Property Documentation
framedView : bool |
view : Flickable |
Exposes the internal flickable.