Looking for a way to dynamically show and hide edges. The following code works for the shadow, but not on the edges.
Code:
mySectionStack.setProperty('showEdges', false); // This don't work :( mySectionStack.setProperty('showShadow', false); // This does work :)
Comment