UIStackView.InsertArrangedSubview(UIView, nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- stackIndex
- System.System.UIntPtr System.unativeint
The zero-based index at which to insert the view
.
- Attributes