Hi,
I would like to access the control lblName on page 2 for example, is it possible?
<control:CarouselView.ItemTemplate> <DataTemplate> <Label x:Name="lblName" Text="{Binding LabelText}" /> </DataTemplate> </control:CarouselView.ItemTemplate>
Thank you and best regards
Chris