A layout object that fills the parent with the owner. This layout doesn't support children. You can specify Scalar.Auto at width or height to respect wantedSize. And you can also specify Scalar.None to fill the parent.
Placer of the layout.
Owner of the layout.
Moves the owner and the children.
Just moves the owner and the children to pos if no need to layout completely.
Calculates styles and decodes position of children.
See Implementation
A layout object that fills the parent with the owner. This layout doesn't support children. You can specify Scalar.Auto at width or height to respect wantedSize. And you can also specify Scalar.None to fill the parent.