Table of Contents

Class ScrollPickerLabelLayout

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
public class ScrollPickerLabelLayout : SkiaLayout, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IVisualElementController, IElementController, IView, ITransform, IElement, IVisualTreeElement, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISkiaGestureListener, IHasAfterEffects, ISkiaDisposable, ISkiaGridLayout, ISkiaLayout, ISkiaControl, IDrawnBase, ICanBeUpdatedWithContext, ICanBeUpdated, ILayoutInsideViewport, IInsideViewport, IVisibilityAware, IDisposable, IWheelPickerCell
Inheritance
ScrollPickerLabelLayout
Implements
Inherited Members
Extension Methods

Constructors

ScrollPickerLabelLayout()

public ScrollPickerLabelLayout()

Fields

ColorTextProperty

public static readonly BindableProperty ColorTextProperty

Field Value

BindableProperty

ColorTextSelectedProperty

public static readonly BindableProperty ColorTextSelectedProperty

Field Value

BindableProperty

Properties

ColorText

public Color ColorText { get; set; }

Property Value

Color

ColorTextSelected

public Color ColorTextSelected { get; set; }

Property Value

Color

IsSelected

protected bool IsSelected { get; set; }

Property Value

bool

Methods

OnBindingContextChanged()

First Maui will apply bindings to your controls, then it would call OnBindingContextChanged, so beware on not to break bindings.

protected override void OnBindingContextChanged()

UpdateContext(WheelCellInfo)

public void UpdateContext(WheelCellInfo ctx)

Parameters

ctx WheelCellInfo

UpdateControl()

public void UpdateControl()