Interface LayoutMergeStrategy
A pluggable strategy that can be used to copy layout information from one version of a view to another.
public interface LayoutMergeStrategy
Methods
CopyLayoutInformation(View, View)
Attempts to copy the visual layout information (e.g. x,y coordinates) of elements and relationships from the specified source view into the specified destination view.
void CopyLayoutInformation(View viewWithLayoutInformation, View viewWithoutLayoutInformation)