AbsoluteLayout.IAbsoluteList<T> Interface
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.
List interface with overloads for adding elements to an absolute layout.
public interface AbsoluteLayout.IAbsoluteList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T> where T : View
type AbsoluteLayout.IAbsoluteList<'T (requires 'T :> View)> = interface
interface IList<'T (requires 'T :> View)>
interface ICollection<'T (requires 'T :> View)>
interface seq<'T (requires 'T :> View)>
interface IEnumerable
Type Parameters
- T
The type of elements in the absolute layout.
- Implements
-
System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<T> System.Collections.IEnumerable
Methods
Add(View, Point) |
Adds a view to the list at the specified location with automatic sizing. |
Add(View, Rectangle, AbsoluteLayoutFlags) |
Adds a view to the list with the specified bounds and flags. |
Extension Methods
ForEach<T>(IEnumerable<T>, Action<T>) |
For internal use by the Xamarin.Forms platform. |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
For internal use by the Xamarin.Forms platform. |
IndexOf<T>(IEnumerable<T>, T) |
For internal use by the Xamarin.Forms platform. |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
For internal use by the Xamarin.Forms platform. |
Prepend<T>(IEnumerable<T>, T) |
For internal use by the Xamarin.Forms platform. |