다음을 통해 공유


ListView 클래스

정의

목록 보기는 Microsoft.Maui.Controls가 Android 플랫폼에서 만든 instance.

public ref class ListView abstract sealed
public static class ListView
type ListView = class
Public Module ListView
상속
ListView

필드

IsFastScrollEnabledProperty

에 대한 바인딩 가능한 속성입니다 IsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>).

메서드

GetIsFastScrollEnabled(BindableObject)

빠른 스크롤이 사용되는지 여부를 알려주는 부울 값을 반환합니다.

IsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>)

빠른 스크롤이 사용되는지 여부를 알려주는 부울 값을 반환합니다.

SetIsFastScrollEnabled(BindableObject, Boolean)

빠른 스크롤이 사용되는지 여부를 제어하는 연결된 속성을 설정합니다.

SetIsFastScrollEnabled(IPlatformElementConfiguration<Android,ListView>, Boolean)

빠른 스크롤이 사용되는지 여부를 제어하는 연결된 속성을 설정합니다.

적용 대상