[TIMOB-19642] Enable access to ListItem child views
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | ListItem, ListView, TCSupportTriage, animation |
Reporter | Mark Mokryn |
Assignee | Unknown |
Created | 2014-12-18T19:49:47.000+0000 |
Updated | 2018-02-28T19:54:54.000+0000 |
Description
For an example, see this Q&A issue: http://developer.appcelerator.com/question/159217/is-it-possible-to-animate-a-view-inside-a-listitem
I also tried using the postlayout event on a ListItem child view to grab the event source to then animate it. No success.
Thus the feature request would be to provide an event that signals when the view is "live" (i.e. something like postlayout), so we can then do something with it. Additionally, it may be useful to get a "view recycled" event when the ListView code recycles the cells - so for example we can stop animating.
To highlight this issue: for example, it's impossible to use the images property on an ImageView in a ListItem, since we can't call the ImageView.animate() method.
No comments