다음을 통해 공유


TabbedPage.SetIsSmoothScrollEnabled 메서드

정의

오버로드

SetIsSmoothScrollEnabled(BindableObject, Boolean)

에서 부드러운 스크롤을 사용하거나 사용하지 않도록 설정합니다.

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

에서 thisTabbedPage부드러운 스크롤을 사용하거나 사용하지 않도록 설정합니다.

SetIsSmoothScrollEnabled(BindableObject, Boolean)

에서 부드러운 스크롤을 사용하거나 사용하지 않도록 설정합니다.

public static void SetIsSmoothScrollEnabled (Xamarin.Forms.BindableObject element, bool value);
static member SetIsSmoothScrollEnabled : Xamarin.Forms.BindableObject * bool -> unit

매개 변수

element
BindableObject

조정할 BindableObject입니다.

value
System.Boolean

true 가 부드러운 스크롤을 사용하도록 설정해야 하는 경우 입니다.

적용 대상

SetIsSmoothScrollEnabled(IPlatformElementConfiguration<Android,TabbedPage>, Boolean)

에서 thisTabbedPage부드러운 스크롤을 사용하거나 사용하지 않도록 설정합니다.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> SetIsSmoothScrollEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.TabbedPage> config, bool value);
static member SetIsSmoothScrollEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.TabbedPage>

매개 변수

value
System.Boolean

부드러운 화면 이동을 사용해야 하는 경우 true입니다.

반환

적용 대상