Свойство | Type | Description | |
---|---|---|---|
StackPanel | StackPanel | ||
createOnSelected | UIElement>.Func |
Méthode | Description | |
---|---|---|
Add ( IEnumerable |
||
Add ( Section section ) : void |
Adds a new section to this RootElement
|
|
Clear ( ) : void | ||
GetControl ( ) : FrameworkElement |
MT.D: public override UITableViewCell GetCell(UITableView tv) MA.D: public override View GetView(Context context, View convertView, ViewGroup parent) WP.D: Brainstorming needed! Control NOGO FrameworkElement GO! TODO: see more!
|
|
Insert ( int idx, DoubleAnimation anim ) : void |
Inserts a new section into the RootElement This inserts the specified list of sections (a params argument) into the e using the specified animation. |
|
Insert ( int idx, Section section ) : void |
Inserts a new section into the RootElement This inserts the specified list of sections (a params argument) into the e using the Fade animation. |
|
Remove ( Section s ) : void | ||
Remove ( Section s, DoubleAnimation anim ) : void | ||
RemoveAt ( int idx ) : void |
Removes a section at a specified location
|
|
RemoveAt ( int idx, DoubleAnimation anim ) : void |
Removes a section at a specified location using the specified animation
|
|
RootElement ( string caption ) : System |
Initializes a RootSection with a caption
|
|
RootElement ( string caption, Group group ) : System |
Initializes a RootElement that renders the summary based on the radio settings of the contained elements.
|
|
RootElement ( string caption, NSAction tapped ) : System | ||
RootElement ( string caption, |
||
RootElement ( string caption, int section, int element ) : System |
Initializes a RootElement with a caption with a summary fetched from the specified section and leement
|
|
StartActivity ( System type_of_activity ) : void | ||
this ( int idx ) : Section |
Méthode | Description | |
---|---|---|
BackClicked ( ) : void |
Méthode | Description | |
---|---|---|
IndexOf ( Section target ) : int |
public Add ( Section section ) : void | ||
section | Section | /// The section to add, if the e is visible, the section is inserted with no animation /// |
Résultat | void |
public Insert ( int idx, DoubleAnimation anim ) : void | ||
idx | int |
/// The index where the section is added |
anim | DoubleAnimation |
/// The |
Résultat | void |
public Insert ( int idx, Section section ) : void | ||
idx | int |
/// The index where the section is added |
section | Section | |
Résultat | void |
public Remove ( Section s, DoubleAnimation anim ) : void | ||
s | Section | |
anim | DoubleAnimation | |
Résultat | void |
public RemoveAt ( int idx, DoubleAnimation anim ) : void | ||
idx | int |
/// A |
anim | DoubleAnimation |
/// A |
Résultat | void |
public RootElement ( string caption ) : System | ||
caption | string | /// The caption to render. /// |
Résultat | System |
public RootElement ( string caption, Group group ) : System | ||
caption | string | /// The caption to ender /// |
group | Group | /// The group that contains the checkbox or radio information. This is used to display /// the summary information when a RootElement is rendered inside a section. /// |
Résultat | System |
public RootElement ( string caption, NSAction tapped ) : System | ||
caption | string | |
tapped | NSAction | |
Résultat | System |
public RootElement ( string caption, |
||
caption | string | |
navigate_back | ||
Résultat | System |
public RootElement ( string caption, int section, int element ) : System | ||
caption | string | /// The caption to render cref="System.String"/> /// |
section | int | /// The section that contains the fe with the summary. /// |
element | int | |
Résultat | System |
public StartActivity ( System type_of_activity ) : void | ||
type_of_activity | System | |
Résultat | void |