is it possible to set RowHeight
of ListView as Platform Specific ?
i did with this-
<ListView.RowHeight> <OnPlatform x:TypeArguments="x:Double"> <On Platform="iOS" Value="65" /> <On Platform="Android" Value="70" /> </OnPlatform> </ListView.RowHeight>
but i getting below error -
Position 255:22. No property, bindable property, or event found for 'RowHeight