Listview скрывает длинный текст.
Visual Studio, Xamarin-Forms
ListView x:Name="listView" Refreshing="Refresh">
<ListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<StackLayout Margin="20,0,0,0" HorizontalOptions="FillAndExpand" Orientation="Horizontal">
<Label Text="Text and text" FontAttributes="Bold" VerticalTextAlignment="Start" HorizontalOptions="StartAndExpand" />
<Label Text="Text text text text Text text text textText text text textText text text textText text text textText text text textText text text textText text text textText text text text " />
</StackLayout>
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
Единственный выход, который я нашел, это RowHeight = 70
Но я не люблю RowHeight = 70
, потому чтовезде текст разной длины