How can I hide the horizontal scrollbar of a ScrollView? I have created custom renderers for Android and iOS. However in my Android ScrollViewRenderer when I implement OnElementChanged and set the HorizontalScrollbarEnabled to false of the event's NewElement then it is ignored.
How do I get a reference to the right object where I can disable the horizontalscrollbar?