Layout.RaiseChild(View) 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.
Sends a child to the front of the visual stack.
public void RaiseChild (Xamarin.Forms.View view);
member this.RaiseChild : Xamarin.Forms.View -> unit
Parameters
- view
- View
The view to raise in the visual stack.
Remarks
Children are internally stored in visual stack order. This means that raising or lowering a child also changes the order in which they are enumerated.