Hi guys, if you open inspect and resize the page, you will see that text sizes are changing and even overwrite each other. I want to have different sizes in my project depending on screen resolutions but don’t want to overwrite each other. help me with this playground example if its possible
Hi,
Something like this may be?
You would need to constrain your textBlock(s) in a container and manage the container.
The tb is a bit special in the aspect that it (can) resize the parent to fit the text content (which is good) but this also comes with a downside when it comes to manage multiple textblocks that are not constrained in a container (causing overlapping and other issues with padding and sizing).
3 Likes