25849a1425
implement get/set for selectedBackgroundColor property ( #4039 )
...
* implement get/set for selectedBackgroundColor property
* list-view separator color exposed through style
* Style androidStatusBarBackground exposed on Page
2017-04-21 17:57:25 +03:00
e6250e718a
Disable recycling of native views
...
createNativeView will set iOS nativeView if it is null/undefined
2017-03-28 18:08:59 +03:00
f2898f84d5
NativeView recycled for android
2017-03-28 18:08:59 +03:00
291207fa36
FIX: Be able to bind list view.items to string
2017-03-20 17:21:40 +02:00
629eb6e683
Use relative imports in tns-core-modules.
...
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
ea22eb9c20
refactoring circular imports
2017-03-06 14:05:55 +02:00
87f936bcd8
Fix: ListView not showing first items of VirtArray
2017-02-09 16:55:28 +02:00
fec5e92dbe
Fix tracing
2017-01-16 13:29:46 +02:00
a65a491de6
fix listview ( #3493 )
2017-01-16 10:55:26 +02:00
7931ecd4f8
Fix tslint errors
2016-12-21 17:42:31 +02:00
6cfbaae947
Add 'auto' and number to the PercentLength and Length types
2016-12-19 15:53:01 +02:00
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
07e2102c5d
restore properties deleted with merge
2016-12-13 15:51:18 +02:00
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
a64847ca9d
next
2016-12-13 15:51:18 +02:00
0f45a0df5e
list-view progress
2016-12-13 15:51:18 +02:00
1343aa52a4
separatorColor property of ListView can be set in CSS
2016-12-02 17:43:42 +02:00
e28148c929
ListView item template selector refactoring + sample code
2016-10-17 17:22:30 +03:00
cd6039ce6c
ListView item template selector
2016-10-17 09:32:47 +03:00
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
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00