Virtualize<TItem>.AnchorMode Property

Definition

Gets or sets the anchor mode that controls how the viewport behaves at the edges of the list when new items arrive. The default is Beginning.

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.Web.Virtualization.VirtualizeAnchorMode AnchorMode { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.AnchorMode : Microsoft.AspNetCore.Components.Web.Virtualization.VirtualizeAnchorMode with get, set
Public Property AnchorMode As VirtualizeAnchorMode

Property Value

Attributes

Applies to