Table Of Contents
RecycleBoxLayout¶
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 RecycleBoxLayout is designed to provide a
BoxLayout
type layout when used with the
RecycleView
widget. Please refer to the
recycleview
module documentation for more information.
-
class
kivy.uix.recycleboxlayout.
RecycleBoxLayout
(**kwargs)[source]¶ Bases:
kivy.uix.recyclelayout.RecycleLayout
,kivy.uix.boxlayout.BoxLayout