I've a columnHeader
band which contains two frames.
The first frame must be visible if a parameter is TRUE
, the second frame must be visible if the same parameter is FALSE
.
So I want to show only one frame.
I've put two frames sequentially. The visibility is OK but when I show the first frame remains a blank space between it and detail band (because the second frame has been hidden but occupy the space).
How can I remove this space?