-
How i can select all object in CheckListView(select tick all checkboxes)? |
Beta Was this translation helpful? Give feedback.
Answered by
palexdev
Mar 18, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tacoo99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
list.getSelectionModel().selectItems(list.getItems())
is the only way as of now