Hi,
I have been having trouble working with list view inside a widget.
There is a list view in a horizontal orientation. I have a widget which acts as a list entry for the list view.
I was wondering if I could wrap the list entries in the list view to the next line after every 2 indexes.
Also, I am not able to make it so that the widget is scaled uniformly to fit the list bounds.
Basically, I want to:
- create a matrix from the child widget, instead of a linear list.
- have the list entries (child widgets) scale with their original proportions rather than getting stretched to fit the list view.