
Announcements
Hi Guys,
Anyone know how to get the bottom Y value of a multiline label.
Currently I think powerapps gives me the Y location which sits at about the first line in my label.
Unsure on how to determine the Y value of the bottom of the multiline label. The additional fields under this label are dynamic and I need it so everything lines up.
Any help is greatly appreciated.
Thanks
Hello,
To create dynamic cascade containers you should use next Field Y attribute = YourMultilineLabel.Y+YourMultilineLabel.Height, also probably a good idea to add Padding. Cheers.