org::kde::plasma::components::SectionScroller
org::kde::plasma::components::SectionScroller Class Reference
Inheritance diagram for org::kde::plasma::components::SectionScroller:

Properties | |
ListView | listView |
Additional Inherited Members | |
![]() | |
childAt (x, real y) | |
bool | contains (point) |
forceActiveFocus () | |
forceActiveFocus (reason) | |
bool | grabToImage (callback, targetSize) |
object | mapFromGlobal (x, real y) |
object | mapFromItem (item, point p) |
object | mapFromItem (item, real x, real y) |
object | mapFromItem (item, real x, real y, real width, real height) |
object | mapFromItem (item, rect r) |
object | mapToGlobal (x, real y) |
object | mapToItem (item, point p) |
object | mapToItem (item, real x, real y) |
object | mapToItem (item, real x, real y, real width, real height) |
object | mapToItem (item, rect r) |
nextItemInFocusChain (forward) | |
Detailed Description
Similar to a ScrollBar or a ScrollDecorator.
- Since
- 2.0
It's interactive and works on ListViews that have section.property set, so its contents are categorized.
An indicator will say to what category the user scrolled to. Useful for things like address books or things sorted by date. Don't use with models too big (thousands of items) because it implies loading all the items to memory, as well loses precision.
Definition at line 25 of file SectionScroller.qml.
Property Documentation
◆ listView
|
read |
The listview the sectionScroller will operate on.
This component doesn't work with Flickable or GridView.
Definition at line 31 of file SectionScroller.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.