docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ReorderableListFlags

    Additional flags which can be passed into reorderable list field.

    Namespace: Unity.VisualScripting.ReorderableList
    Assembly: Unity.VisualScripting.Core.Editor.dll
    Syntax
    [Flags]
    public enum ReorderableListFlags
    Examples

    Multiple flags can be specified if desired:

    var flags = ReorderableListFlags.HideAddButton | ReorderableListFlags.HideRemoveButtons;
    ReorderableListGUI.ListField(list, flags);

    Fields

    Name Description
    DisableAutoFocus

    Do not automatically focus first control of newly added items.

    DisableAutoScroll

    Do not attempt to automatically scroll when list is inside a scroll view and the mouse pointer is dragged outside of the visible portion of the list.

    DisableClipping
    DisableContextMenu

    Do not display context menu upon right-clicking grab handle.

    DisableDuplicateCommand

    Hide "Duplicate" option from context menu.

    DisableReordering

    Hide grab handles and disable reordering of list items.

    HideAddButton

    Hide add button at base of control.

    HideRemoveButtons

    Hide remove buttons from list items.

    ShowIndices

    Show zero-based index of array elements.

    ShowSizeField

    Show "Size" field at base of list control.

    Extension Methods

    Icons.Icon(Enum)
    NameUtility.DisplayName(Enum)
    NameUtility.HumanName(Enum)
    NameUtility.SelectedName(Enum, bool)
    XmlDocumentation.Documentation(Enum)
    XmlDocumentation.Summary(Enum)
    XAnalyserProvider.Analyser(object, GraphReference)
    XAnalyserProvider.Analyser(object, IGraphContext)
    XAnalyserProvider.Analyser<TAnalyser>(object, GraphReference)
    XAnalyserProvider.Analyser<TAnalyser>(object, IGraphContext)
    XAnalyserProvider.Analysis(object, GraphReference)
    XAnalyserProvider.Analysis(object, IGraphContext)
    XAnalyserProvider.Analysis<TAnalysis>(object, GraphReference)
    XAnalyserProvider.Analysis<TAnalysis>(object, IGraphContext)
    XDescriptorProvider.Describe(object)
    XDescriptorProvider.Description(object)
    XDescriptorProvider.Description<TDescription>(object)
    XDescriptorProvider.Descriptor(object)
    XDescriptorProvider.Descriptor<TDescriptor>(object)
    XDescriptorProvider.HasDescriptor(object)
    Cloning.CloneViaFakeSerialization<ReorderableListFlags>(ReorderableListFlags)
    Cloning.CloneViaFakeSerialization<ReorderableListFlags>(ReorderableListFlags)
    Cloning.Clone<ReorderableListFlags>(ReorderableListFlags, ICloner, bool)
    Cloning.Clone<ReorderableListFlags>(ReorderableListFlags, ICloner, bool)
    LinqUtility.Yield<ReorderableListFlags>(ReorderableListFlags)
    LinqUtility.Yield<ReorderableListFlags>(ReorderableListFlags)
    Serialization.CloneViaSerializationInto<ReorderableListFlags, TDestination>(ReorderableListFlags, ref TDestination, bool)
    Serialization.CloneViaSerializationInto<ReorderableListFlags, TDestination>(ReorderableListFlags, ref TDestination, bool)
    Serialization.CloneViaSerialization<ReorderableListFlags>(ReorderableListFlags, bool)
    Serialization.CloneViaSerialization<ReorderableListFlags>(ReorderableListFlags, bool)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)