<@U78L28DMX> Node doesn't have getColumnIndex or g...
# tornadofx
e
@amanda.hinchman-dominguez Node doesn't have getColumnIndex or getRowIndex though. Are you talking about the static functions inside GridPane? They are of course still available.
a
Yes, I'm referring to gridpane. I could be wrong, but I was looking through the gridpane layout methods and couldn't find something related to getColumnIndex or getRowIndex
All that was offered in my IDE was columnconstraints, but I'm not sure if that will get me the index of a particular node
a