RootElement.Insert 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.
Overloads
Insert(Int32, Section) |
Inserts a new section into the RootElement |
Insert(Int32, UITableViewRowAnimation, Section[]) |
Insert(Int32, Section)
Inserts a new section into the RootElement
public void Insert (int idx, MonoTouch.Dialog.Section section);
member this.Insert : int * MonoTouch.Dialog.Section -> unit
Parameters
- idx
- Int32
The index where the section is added T:System.Int32
- section
- Section
Section to add at the given position.
Remarks
This inserts the specified list of sections (a params argument) into the root using the Fade animation.