WindowContainerConstraintsScope
Interface representing the scope of constraints for the WindowContainer.
Inheritors
Functions
Constraint the width, height, and depth of the window to be equal to the maximum and minimum values. When the ContainerResizeType is CONTENT_SIZE, you can directly control the size of the WindowContainer
This constraint not only constrains the window, but also constrains the content. When constraining the content, it is equivalent to Modifier.sizeIn, and it can only take effect when used by the first child node under the root node. It Constrain the width of the content to be between minWidthdp and maxWidthdp and the height of the content to be between minHeightdp and maxHeightdp and the depth of the content to be between minDepthdp and maxDepthdp as permitted by the incoming measurement Constraints. If the incoming constraints are more restrictive the requested size will obey the incoming constraints and attempt to be as close as possible to the preferred size.