| <DataTemplate > <StackLayout Padding="-12,-30,0,0" IsClippedToBounds="false" HorizontalOptions="StartAndExpand" VerticalOptions="Center" HeightRequest="60" WidthRequest="70" Spacing="0" Orientation="Horizontal" > <Image Source="marker.png" Scale="1" Aspect="AspectFit " HorizontalOptions="Start" VerticalOptions="Center" HeightRequest="15" WidthRequest="23" /> <Label VerticalOptions="Center" HorizontalOptions="Start" Text="{Binding Label}"></Label> </StackLayout> </DataTemplate> |