Hristo Hristov
ea22eb9c20
refactoring circular imports
2017-03-06 14:05:55 +02:00
vakrilov
87f936bcd8
Fix: ListView not showing first items of VirtArray
2017-02-09 16:55:28 +02:00
Rossen Hristov
fec5e92dbe
Fix tracing
2017-01-16 13:29:46 +02:00
Hristo Hristov
a65a491de6
fix listview ( #3493 )
2017-01-16 10:55:26 +02:00
PanayotCankov
7931ecd4f8
Fix tslint errors
2016-12-21 17:42:31 +02:00
Panayot Cankov
6cfbaae947
Add 'auto' and number to the PercentLength and Length types
2016-12-19 15:53:01 +02:00
Hristo Hristov
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
07e2102c5d
restore properties deleted with merge
2016-12-13 15:51:18 +02:00
Hristo Hristov
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
a64847ca9d
next
2016-12-13 15:51:18 +02:00
Hristo Hristov
0f45a0df5e
list-view progress
2016-12-13 15:51:18 +02:00
zh-m
1343aa52a4
separatorColor property of ListView can be set in CSS
2016-12-02 17:43:42 +02:00
Rossen Hristov
e28148c929
ListView item template selector refactoring + sample code
2016-10-17 17:22:30 +03:00
Rossen Hristov
cd6039ce6c
ListView item template selector
2016-10-17 09:32:47 +03:00
Hristo Hristov
22608011f2
Avoid excessive requestLayout calls ( #2270 )
...
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.
2016-06-08 15:41:30 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00