Version

Quick search

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

compute_visible_views(data, viewport)[source]

viewport is in coordinates of the layout manager.

get_view_index_at(pos)[source]

Return the view index on which position, pos, falls.

pos is in coordinates of the layout manager.