Class VirtualScrollLayout
- Namespace
- Nalu
- Assembly
- Nalu.Maui.VirtualScroll.dll
Base class for virtual scroll layouts.
public abstract class VirtualScrollLayout : BindableObject, INotifyPropertyChanged, IVirtualScrollLayout
- Inheritance
-
VirtualScrollLayout
- Implements
- Derived
- Inherited Members
Constructors
VirtualScrollLayout(ItemsLayoutOrientation)
Initializes a new instance of the VirtualScrollLayout class.
protected VirtualScrollLayout(ItemsLayoutOrientation orientation)
Parameters
orientationItemsLayoutOrientationThe orientation of the layout.
Properties
Orientation
Gets the orientation of the layout.
public ItemsLayoutOrientation Orientation { get; }