Table of Contents

Enum SplitContainer.DraggerVisibilityEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum SplitContainer.DraggerVisibilityEnum : long

Fields

Hidden = 1

The split dragger icon is never visible regardless of the value of autohide.

The size of the grabber icon determines the minimum separation.

HiddenCollapsed = 2

The split dragger icon is not visible, and the split bar is collapsed to zero thickness.

Visible = 0

The split dragger icon is always visible when autohide is false, otherwise visible only when the cursor hovers it.

The size of the grabber icon determines the minimum separation.

The dragger icon is automatically hidden if the length of the grabber icon is longer than the split bar.