struct EE::UI::UIDropDownList::StyleConfig

#include <uidropdownlist.hpp>

struct StyleConfig {
    // fields

    Uint32 MaxNumVisibleItems = 10;
    bool PopUpToRoot = false;
    MenuWidthMode menuWidthRule { MenuWidthMode::DropDown };
};