всё равно остаются (
Что не так делаю?
<ListView
x:Name="lsItemsList"
HasUnevenRows="True"
ItemsSource="{Binding .}">
<ListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<ViewCell.View>
<StackLayout Padding="0,0,0,0" Orientation="Vertical">
<Button Margin="0,0,0,0" FontSize="Small" Text="{Binding _FullFIO}" TextColor="#f35e20" Clicked="BtnOneItemPhone_Clicked"></Button>
<Button Margin="0,0,0,0" FontSize="Small" Text="{Binding Phone}" TextColor="#ff00ff" Clicked="BtnOneItemPhone_Clicked"></Button>
<Label Margin="0,0,0,0" FontSize="Small" Text="{Binding _AddrBalls}" TextColor="DarkGreen"></Label>
</StackLayout>
</ViewCell.View>
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
Spacing = «0»
Обсуждают сегодня