Table Of Contents
RecycleGridLayout¶
New in version 1.10.0.
Warning
This module is highly experimental, its API may change in the future and the documentation is not complete at this time.
The RecycleGridLayout is designed to provide a
GridLayout
type layout when used with the
RecycleView
widget. Please refer to the
recycleview
module documentation for more information.
-
class
kivy.uix.recyclegridlayout.
RecycleGridLayout
(**kwargs)[source]¶ Bases:
kivy.uix.recyclelayout.RecycleLayout
,kivy.uix.gridlayout.GridLayout