I'm trying to hide an edge in my graph whenever on...
# tornadofx
g
I'm trying to hide an edge in my graph whenever one of its "parents" are hidden, which I was able to do by binding the component's
visibleProperty
, but I can't seem to get
toggleClass
to work similarly