FlexLayout.OnAdded(View) Method

Definition

Method that is called when the flex layout is added to a view.

protected override void OnAdded (Xamarin.Forms.View view);
override this.OnAdded : Xamarin.Forms.View -> unit

Parameters

view
View

The view to which the layout was added.

Applies to