* Allow toggling of visible scrollbar indicators
* Add unit test
* Make what the prop does more clear
* Fix tslint
* Rename property per @vakrilov
* Missed string property rename
* Move property from method
* Update orientationChanged to use new property name
* Cached all properties from metadata as fields on Property
ResetValue does not remove entry but only reset value for the given ValueSource (Local by default)
Optimized setValueInternal performance
* Removed TS dependency
* Fix tslint