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

colspan not working whith gridpan #108

Open
mooninvader opened this issue Sep 29, 2016 · 1 comment
Open

colspan not working whith gridpan #108

mooninvader opened this issue Sep 29, 2016 · 1 comment

Comments

@mooninvader
Copy link

gridPane=build(GridPane, hgap: GAP, vgap: GAP, alignment: Pos::CENTER, gridLinesVisible: false)

gridPane.add(node, columnIndex: 0, rowIndex: 0, colspan: 2, rowspan: 1)

assigning a value to colspan dont change anything

@enebo
Copy link
Member

enebo commented Sep 29, 2016

columnSpan: 2

colspan does seem to show up in the FX docs a lot but it is only for variable names. The property name is columnSpan.

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

2 participants