Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148664 | Oct 29,2019 04:14 PM UTC | Feb 21,2020 12:50 PM UTC | Xamarin.Forms | 5 |
![]() |
Tags: SfCardLayout |
<cards:SfCardLayout VisibleCardIndexChanging="CardVisibleCardIndexChanging">
|
void CardVisibleCardIndexChanging(object sender, VisibleCardIndexChangingEventArgs e)
{
e.Cancel = e.NewCard == null;
}
|
void CardVisibleCardIndexChanging(object sender, VisibleCardIndexChangingEventArgs e) { e.Cancel = true; } |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.