| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
* test: list items relayout example * fix(list-view): Layout list-view items on request * refactor(tests): refactor list-view tests imports
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
IOS: Layout for views inside list-view template was not triggered whenever a property that requires layout is changed or you call requestLayout() manually.
What is the new behavior?
ListView will now do a layout pass for its current items.
Related to NativeScript/nativescript-angular#377