简体   繁体   中英

JavaFX Controlsfx library Check-ComboBox autocomplete

I have check-combo box I have taken it from controlsFX library which has more than 80 items in it. How can I write check-Combobox autocomplete logic? As while selecting items from CheckComboBox I need to scroll down and search item manually. I want a search option for it.

The check-combobox control is not editable and as such you cannot make it auto complete. Use combobox and set the cellFactory, extend ListCell and add checkbox

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM