Hello, I ran into a problem with label that cant full fit into a Frame. I deployed my app on old phone with android 7 and resolution of 1200 × 600 or 960 × 480. Soo when the frame contain a little bit more text, which needs to be devide on two rows because of this resolution, the half of the text dont display. The frame has static height (HeightRequest) set by me. Because I use a CollectionView that generate the frames, I dont want to have a height of each frame diferent. Can I somehow achive a solution for this problem with minimal afford ?
Thanks
