org::kde::kirigami::AbstractItemViewHeader

Properties | |
int | maximumHeight |
int | minimumHeight |
ListView | view |
Detailed Description
An item that can be used as an header for a ListView.
It will play nice with the margin policies of ScrollablePage and can automatically shrink when the list is scrolled, like the behavior of list headers in many mobile applications.
- Since
- 2.1
- Deprecated:
- since 5.97; Don't use AbstractItemViewHeader in your views anymore.
TODO KF6: remove
Definition at line 22 of file AbstractItemViewHeader.qml.
Property Documentation
◆ maximumHeight
|
read |
This property holds the maximum height of the AbstractItemViewHeader.
Definition at line 31 of file AbstractItemViewHeader.qml.
◆ minimumHeight
|
read |
This property holds the minimum height of the AbstractItemViewHeader.
Definition at line 27 of file AbstractItemViewHeader.qml.
◆ view
|
read |
This property holds the ListView for which this item is the header.
By default automatically set to the attached property: ListView.view
.
Definition at line 37 of file AbstractItemViewHeader.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 6 2023 04:13:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.