|
|
|||
|
|
| ImageSizeAction is an option for Pane and related constructs which specifies what to do if the specified ImageSize setting does not match the size of the contents. |
| "Clip" | clip at the specified ImageSize | |
| "ResizeToFit" | resize to make the contents exactly fit ImageSize | |
| "Scrollable" | make the contents scrollable if necessary | |
| "ShrinkToFit" | shrink if necessary to make the contents fit |