Thanks Lucien, The signal/slot approach worked like a charm.
On 10 October 2014 16:10, wrote:
> Hello Olah,
>
> I would not recommand using Repeater for long list views, as Repeater do
> not manage the items. As you have guessed, ListView destroys items that are
> out of the view, to save memory
Hello Olah,
I would not recommand using Repeater for long list views, as Repeater do not
manage the items. As you have guessed, ListView destroys items that are out of
the view, to save memory and have better performances.
In your case, the best way is to animate the removal only if the item is
Hi everyone,
I need some help between choosing ListView or Repeater.
I've got a SilicaListView whose elements I want to remove(only remove,
never add) dynamically from GUI. When I have fairly a long list count(~25),
reaching the element with ListView.contentItem.children[index] is