Table of Contents

Interface IVirtualScrollLayoutInfo

Namespace
Nalu
Assembly
Nalu.Maui.VirtualScroll.dll

Information about headers and footers in a virtual scroll layout.

public interface IVirtualScrollLayoutInfo : IEquatable<IVirtualScrollLayoutInfo>
Inherited Members

Properties

HasGlobalFooter

Gets a value indicating whether the layout has a global footer.

bool HasGlobalFooter { get; }

Property Value

bool

HasGlobalHeader

Gets a value indicating whether the layout has a global header.

bool HasGlobalHeader { get; }

Property Value

bool

HasSectionFooter

Gets a value indicating whether the layout has section footers.

bool HasSectionFooter { get; }

Property Value

bool

HasSectionHeader

Gets a value indicating whether the layout has section headers.

bool HasSectionHeader { get; }

Property Value

bool