EColumnSizeMode::Type

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SHeaderRow.h

Include

#include "Widgets/Views/SHeaderRow.h"

Syntax

namespace EColumnSizeMode
{
    enum Type
    {
        Fill      = 0,
        Fixed     = 1,
        Manual    = 2,
    }
}

Values

Name

Description

Fill

Column stretches to a fraction of the header row

Fixed

Column is fixed width and cannot be resized

Manual

Column is set to a width which can be user-sized

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss