For questions about the Python Kivy RecycleView component. Not to be confused with [android-recyclerview]. If your question is about Java, Kotlin, or any language that is not Python, this is the wrong tag; use [android-recyclerview] instead.
Questions tagged [kivy-recycleview]
21 questions
0
votes
1 answer
RecycleView with multiple colums with different class
I have a kind of major problem here. I want to create a list at the bottom of my app. I have a dictionary which works on this guy's solution: How to put multiple columns into a kivy RecycleView?
HOWEVER, I want to add that widget with button.…

Batuhan Karakaya
- 33
- 7
0
votes
1 answer
Python: how to access a custom parameter on the RecycleView creation?
I would like to know where can I see and use the parameters given on the data during the creation of the widgets.
Problem: it looks like __init__ doesn't have the information so the call has to be after so I would like to know when to be able to use…

Utopion
- 935
- 1
- 4
- 15
0
votes
1 answer
Kivy: refresh RecycleView data
I saw different posts talking about that: HERE and THERE.
But they are complex solutions when I just want to understand what is the exact line that make the changement. I have the access to the RecycleView
from kivymd.app import MDApp
from kivy.lang…

Utopion
- 935
- 1
- 4
- 15
0
votes
1 answer
Kivy RecycleView for Carousel slide direction not working
Each kivy carousel slide consists of an image at the top (with a checkbox) and text below. The direction of the carousel is 'right' (one after the other horizontally). Image and text data are fed to the carousel with a recycleview.
The minimum code…

Henry Thornton
- 4,381
- 9
- 36
- 43
0
votes
2 answers
CheckBox Action Repeats in a KivyMD RecycleView Grid
When the checkbox for an item is clicked/unclicked in a recycleview grid, the click/unclick also automatically repeats for other data items in the grid. Why is this happening? The code below is a minimum working example. Thanks.
from kivy.lang…

Henry Thornton
- 4,381
- 9
- 36
- 43
-1
votes
1 answer
Kivy, Recycleview with custom widget
I made a recycleview list of custom cards. For each card i want to pass a custom object called "show", its type is "Content".
The class of custom card is "StreamingShowCard". I can't create the card by KVlang because its class contains some pytho…

VLN
- 13
- 5