Page 1 of 1
Labels move up if other Label is disable
Posted: Tue Dec 03, 2019 11:00 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?
Re: Labels move up if other Label is disable
Posted: Sun Dec 08, 2019 9:39 pm
by Lech Kulikowski
Hello,
Yes, it is possible. You can use Dock=Top and CanShrink property.
Thank you.
Re: Labels move up if other Label is disable
Posted: Sun Dec 08, 2019 10:29 pm
by DavidTG
Lech Kulikowski wrote: ↑Sun Dec 08, 2019 9:39 pm
Hello,
Yes, it is possible. You can use Dock=Top and CanShrink property.
Thank you.
If I use DOCK TOP components get full width. I don't need them to be full width, but their custom width.
Re: Labels move up if other Label is disable
Posted: Sun Dec 08, 2019 10:32 pm
by Lech Kulikowski
Hello,
Please try to place it on the Panel component with necessary width.
Thank you.
Re: Labels move up if other Label is disable
Posted: Tue Dec 10, 2019 11:32 am
by DavidTG
Ok, I did that, but when I set Dock Style to TOP labels reorder and are not placed where I did. What else do I need to change?
Re: Labels move up if other Label is disable
Posted: Thu Dec 12, 2019 10:47 pm
by Lech Kulikowski
Hello,
Please send us a sample report with test data that reproduces the issue for analysis.
Thank you.