struct EE::UI::UIDropDown::StyleConfig

#include <uidropdown.hpp>

struct StyleConfig {
    // fields

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