Version

Quick search

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

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.