Page 1 of 1

Make Labels move up if other Label is disable

Posted: Thu Dec 05, 2019 10:44 am
by DavidTG
I have a report with labels in rows, one after another. If some conditions are met, a Label can be disabled, so it's not shown. But the Label below it it doesn't move up and take it's place. Only a blank gap appears where the Label show be. I want the labels below the one that's disable move up and not gaps appears. Is that possible?

In this image, on the left there're the fields enabled, and on the right one there're the fields disabled, but the Labels below are not moving up, there're gaps were the hidden labels are.
hiddenfields.png
hiddenfields.png (33.98 KiB) Viewed 1228 times

Re: Make Labels move up if other Label is disable

Posted: Sun Dec 08, 2019 10:28 pm
by Lech Kulikowski
Hello,

Yes, it is possible. You can use Dock=Top and CanShrink property.

Thank you.