https://github.com/hansolo/expandabletextarea
An expandable TextArea JavaFX control with the ability to limit the no of characters
https://github.com/hansolo/expandabletextarea
Last synced: about 1 year ago
JSON representation
An expandable TextArea JavaFX control with the ability to limit the no of characters
- Host: GitHub
- URL: https://github.com/hansolo/expandabletextarea
- Owner: HanSolo
- License: apache-2.0
- Created: 2020-03-05T07:37:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T14:12:24.000Z (about 6 years ago)
- Last Synced: 2025-04-23T01:49:16.077Z (about 1 year ago)
- Language: Java
- Size: 225 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Expandable TextArea
A JavaFX expandable TextArea where you also can limit the number of characters.
## Overview

## Features
You can define the number of characters that are allowed in the textarea and the
character threshold that defines the point where an additional label will appear
and will show you the number of characters left before you reach the limit.
In addition you can define the number of lines that should be shown in the collapsed
state.
If the ExandableTextArea is in the expanded state (expandable == true) it will automatically grow/shrink
dependend on the size and the amount of text it contains.
It doesn't show scroll bars because they should not be needed.
Here is a little [video](https://youtu.be/DTwR8Z-a5b8) that gives you an idea on how it works.