Enum iui::prelude::LayoutStrategy [] [src]

pub enum LayoutStrategy {
    Compact,
    Stretchy,
}

Defines the ways in which the children of boxes can be layed out.

Variants

Make the control the minimum possible size to contain its content

Make the control expand to its maximum size

Trait Implementations

Auto Trait Implementations