mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added View.isLayoutRequired - to check if Layout call is needed after a measure call. Use in list-view. Measure pass now get all its properties from nativeLayoutParams property instead of using instance dependency properties (e.g. perf improvement). List-view now layouts cells only if there is need to. List-view now measure rows with the specified rowHeight.