Original report by Patricia Déchandol (Bitbucket: pdechandol, GitHub: Unknown).
Hello ! I can't change selection mode to SINGLE in SpreadsheetView. I use the following instruction :
#!java
mySpread.getSelectionModel().setSelectionMode(SelectionMode.SINGLE);
I always can select multiple cells in my table. Is this a bug or is there another way to make it ?
Thanks for your help
该提问来源于开源项目:controlsfx/controlsfx