You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Maybe i am doing it wrong, but i have the below XAML, and i cannot get the CarouselView show more than 2 lines (Except for setting an explicit Height om the CarouselView it self. Which i would like to avoid.
Except from the Height issue it is working as expected
Maybe i am doing it wrong, but i have the below XAML, and i cannot get the CarouselView show more than 2 lines (Except for setting an explicit Height om the CarouselView it self. Which i would like to avoid.
Except from the Height issue it is working as expected
Any help would be greatly appreciated:
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="App.Views.DevicesCarouselPage"
Title="{Binding Title}"
xmlns:controls="clr-namespace:App.Controls;assembly=VisionPeople.TermoService.App"
xmlns:ValueConverters="clr-namespace:App.ValueConverters;assembly=VisionPeople.TermoService.App"
xmlns:cv="clr-namespace:Xamarin.Forms;assembly=Xamarin.Forms.CarouselView"
x:Name="ThisPage"
The text was updated successfully, but these errors were encountered: