Virtualize<TItem>.AnchorMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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