ListViewStringDataFile

Load lines from file and set them as ListViewString.DataSource.

Options

  • File TextAsset

    File with lines.

  • CommentsStartWith List<string>

    Ignore lines that start with specified strings.

  • Unique bool

    Allow only unique lines.

  • AllowEmptyItems bool

    Allow empty strings.

  • CreateNewList bool

    Create a new list or use DataSource.