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
HasGlobalHeader
Gets a value indicating whether the layout has a global header.
bool HasGlobalHeader { get; }
Property Value
HasSectionFooter
Gets a value indicating whether the layout has section footers.
bool HasSectionFooter { get; }
Property Value
HasSectionHeader
Gets a value indicating whether the layout has section headers.
bool HasSectionHeader { get; }