I have an Autocomplete TextField from controlsFX and I want to change the size and the color of each item.
This is my part of code :
TextFields.bindAutoCompletion(txt_numberOfCard_GENERAL, cardNumber);
I have an Autocomplete TextField from controlsFX and I want to change the size and the color of each item.
This is my part of code :
TextFields.bindAutoCompletion(txt_numberOfCard_GENERAL, cardNumber);
Edit :
Autocomplete from ControlFX is a Popup window contains ListView ,the default css style of AutoComplete is :
So you need to override this class in your Stylesheet file,or by changing the style from your java code like this :