Class RadExtendedListView
Inheritance
System.Object
RadExtendedListView
Namespace: Telerik.Maui.Controls.Compatibility.DataControlsRenderer.Android
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class RadExtendedListView : RadListView
Constructors
RadExtendedListView(Context)
Declaration
public RadExtendedListView(Context context)
Parameters
Android.Content.Context
context
|
RadExtendedListView(Context, IAttributeSet)
Declaration
public RadExtendedListView(Context context, IAttributeSet p1)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
p1
|
RadExtendedListView(Context, IAttributeSet, Int32)
Declaration
public RadExtendedListView(Context context, IAttributeSet p1, int p2)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
p1
|
System.Int32
p2
|
RadExtendedListView(IntPtr, JniHandleOwnership)
Declaration
protected RadExtendedListView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
RestrictToScreenSize
Restrict the realized items to realize items only to fill the screen size in case the parent container report infinity.
Declaration
public bool RestrictToScreenSize { get; set; }
Property Value
System.Boolean
|
Methods
OnMeasure(Int32, Int32)
Declaration
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters
System.Int32
widthMeasureSpec
|
System.Int32
heightMeasureSpec
|
SetLayoutManager(RecyclerView.LayoutManager)
Declaration
public override void SetLayoutManager(RecyclerView.LayoutManager layoutManager)
Parameters
AndroidX.RecyclerView.Widget.RecyclerView.LayoutManager
layoutManager
|