UIStackView.InsertArrangedSubview(UIView, nuint) Method

Definition

Adds view to the stack at the specified stackIndex.

[Foundation.Export("insertArrangedSubview:atIndex:")]
public virtual void InsertArrangedSubview (UIKit.UIView view, nuint stackIndex);
abstract member InsertArrangedSubview : UIKit.UIView * nuint -> unit
override this.InsertArrangedSubview : UIKit.UIView * nuint -> unit

Parameters

view
UIView

The UIView to be added.

stackIndex
System.System.UIntPtr System.unativeint

The zero-based index at which to insert the view.

Attributes

Applies to