Skip to content

Instantly share code, notes, and snippets.

@Om0m
Created May 23, 2018 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Om0m/70ed63de5b26227f30f0057dc4c2c235 to your computer and use it in GitHub Desktop.
Save Om0m/70ed63de5b26227f30f0057dc4c2c235 to your computer and use it in GitHub Desktop.
listview<String> {
items.add("Alpha")
items.add("Beta")
items.add("Gamma")
items.add("Delta")
items.add("Epsilon")
selectionModel.selectionMode = SelectionMode.MULTIPLE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment