Class InfiniteLayout
public class InfiniteLayout : ContentLayout, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IVisualElementController, IElementController, IView, ITransform, IElement, IVisualTreeElement, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, IHasAfterEffects, ISkiaDisposable, ISkiaGridLayout, ISkiaLayout, ISkiaControl, IDrawnBase, ICanBeUpdatedWithContext, ICanBeUpdated, ILayoutInsideViewport, IInsideViewport, IDisposable, IVisibilityAware, ISkiaGestureListener, IWithContent
- Inheritance
-
InfiniteLayout
- Implements
- Inherited Members
- Extension Methods
Fields
OrientationProperty
public static readonly BindableProperty OrientationProperty
Field Value
ScrollTypeProperty
public static readonly BindableProperty ScrollTypeProperty
Field Value
Properties
Orientation
public ScrollOrientation Orientation { get; set; }
Property Value
ScrollType
public ViewportScrollType ScrollType { get; set; }
Property Value
Methods
GetContentAvailableRect(SKRect)
In PIXELS
protected override SKRect GetContentAvailableRect(SKRect destination)
Parameters
destinationSKRect
Returns
OnPropertyChanged(string)
Method that is called when a bound property is changed.
protected override void OnPropertyChanged(string propertyName = "")
Parameters
propertyNamestringThe name of the bound property that changed.