Method GetParentAbsoluteLayout
GetParentAbsoluteLayout(Element?)
Retrieves the nearest parent AbsoluteLayout that contains the specified view.
public static AbsoluteLayout? GetParentAbsoluteLayout(Element? view)
Parameters
view
ElementThe view whose parent AbsoluteLayout is to be found.
Returns
- AbsoluteLayout
The closest parent AbsoluteLayout, or
null
if none is found.