Элемент управления "Сетка" (размещение)

(UI 0.9.9)

Введение

Сетка - это элемент управления, позволяющий размещать дочерние элементы в сетке

Обзор классов

classUI\Controls\GridextendsUI\Control {
constintFill;
constintStart;
constintCenter;
constintEnd;
constintTop;
constintBottom;
protected$controls;
publicappend(
    UI\Control$control,
    int$left,
    int$top,
    int$xspan,
    int$yspan,
    bool$hexpand,
    int$halign,
    bool$vexpand,
    int$valign
)
publicisPadded(): bool
publicsetPadded(bool$padding)
}

Свойства

controls

Содержит элементы управления, не стоит изменять напрямую

Содержание

To Top