Skip to main content

Enum ImGuiTableColumnFlags

Assembly: ImGui.NET.dll
View Source
Declaration
[Flags]
public enum ImGuiTableColumnFlags

Fields

None

View Source
Declaration
None = 0

DefaultHide

View Source
Declaration
DefaultHide = 1

DefaultSort

View Source
Declaration
DefaultSort = 2

WidthStretch

View Source
Declaration
WidthStretch = 4

WidthFixed

View Source
Declaration
WidthFixed = 8

NoResize

View Source
Declaration
NoResize = 16

NoReorder

View Source
Declaration
NoReorder = 32

NoHide

View Source
Declaration
NoHide = 64

NoClip

View Source
Declaration
NoClip = 128

NoSort

View Source
Declaration
NoSort = 256

NoSortAscending

View Source
Declaration
NoSortAscending = 512

NoSortDescending

View Source
Declaration
NoSortDescending = 1024

NoHeaderWidth

View Source
Declaration
NoHeaderWidth = 2048

PreferSortAscending

View Source
Declaration
PreferSortAscending = 4096

PreferSortDescending

View Source
Declaration
PreferSortDescending = 8192

IndentEnable

View Source
Declaration
IndentEnable = 16384

IndentDisable

View Source
Declaration
IndentDisable = 32768

IsEnabled

View Source
Declaration
IsEnabled = 1048576

IsVisible

View Source
Declaration
IsVisible = 2097152

IsSorted

View Source
Declaration
IsSorted = 4194304

IsHovered

View Source
Declaration
IsHovered = 8388608

Disabled

View Source
Declaration
Disabled = 65536

NoHeaderLabel

View Source
Declaration
NoHeaderLabel = 131072

WidthMask

View Source
Declaration
WidthMask = WidthStretch | WidthFixed

IndentMask

View Source
Declaration
IndentMask = IndentEnable | IndentDisable

StatusMask

View Source
Declaration
StatusMask = IsEnabled | IsVisible | IsSorted | IsHovered

NoDirectResize

View Source
Declaration
NoDirectResize = 1073741824