I am currently using a CodeArea as my input field. But I want to restrict the amount of lines a user can input to one and the component to be only one line high (like in a TextField). Also I need scrolling to be disabled since the component itself is embedded in another ScrollPane.
How can I do this in RichTextFX?
I am currently using a
CodeAreaas my input field. But I want to restrict the amount of lines a user can input to one and the component to be only one line high (like in aTextField). Also I need scrolling to be disabled since the component itself is embedded in anotherScrollPane.How can I do this in RichTextFX?