Method GetControlViewViaAbsoluteLayout
GetControlViewViaAbsoluteLayout(View?)
Gets the ControlView associated with the nearest parent AbsoluteLayout.
public static ControlView? GetControlViewViaAbsoluteLayout(View? view)
Parameters
viewViewThe view to search for the associated ControlView.
Returns
- ControlView
The associated ControlView if found; otherwise, null.