Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to correctly remove the row from the GridPane, as well as remove all rows #801

Open
zshamrock opened this issue Sep 15, 2018 · 0 comments

Comments

@zshamrock
Copy link
Contributor

The problem with the removing manually is that you have to use (and so be aware) of the internal TornadoFX.GridPaneRowId property which manages the row index internally.

zshamrock added a commit to zshamrock/tornadofx that referenced this issue Sep 15, 2018
zshamrock added a commit to zshamrock/tornadofx that referenced this issue Sep 15, 2018
Also added the unit tests to verify the behavior.
zshamrock added a commit to zshamrock/tornadofx that referenced this issue Sep 15, 2018
zshamrock added a commit to zshamrock/tornadofx that referenced this issue Sep 15, 2018
zshamrock added a commit to zshamrock/tornadofx that referenced this issue Sep 16, 2018
…ngle row

Thinking more it feels like the better approach to remove the property rather than going to -1 value.
edvin pushed a commit that referenced this issue Sep 18, 2018
#801 Add support to remove row from the GridPane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant