Enum iui::controls::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

Auto Trait Implementations

impl Send for LayoutStrategy

impl Sync for LayoutStrategy