Skip to content

Add option to show element labels in lists#127

Merged
vanifatovvlad merged 1 commit into
mainfrom
list-element-labels
Aug 18, 2023
Merged

Add option to show element labels in lists#127
vanifatovvlad merged 1 commit into
mainfrom
list-element-labels

Conversation

@vanifatovvlad
Copy link
Copy Markdown
Contributor

@vanifatovvlad vanifatovvlad commented Aug 18, 2023

ShowElementLabels

[ListDrawerSettings(ShowElementLabels = true)]
public int[] ints;

[ListDrawerSettings(ShowElementLabels = true)]
public List<NamedStruct> namedStructs;

[Serializable]
public struct NamedStruct
{
    public string name;
    public int value;
}

Fix #123
Fix #115

@vanifatovvlad vanifatovvlad added the enhancement New feature or request label Aug 18, 2023
@vanifatovvlad vanifatovvlad merged commit ee4e02d into main Aug 18, 2023
@vanifatovvlad vanifatovvlad deleted the list-element-labels branch August 18, 2023 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

Collections do not display element index.

1 participant