When trying to show a StackLayout - Orientation horizontal with multiple
labels of different sizes inside . See the keywords section on the following
links:
Expected result:
Label should jump to the next line
Example:
| Test word, Xamarin, page, random |
| dsd, sadsd , sadsad sadsdsadsads |
Actual result:
Labels cut off
Ideally if i could have just one label with all the words separate by space, and know which keyword is clicked
could be a good solution but not sure how to accomplish this. Knowing what
word of the label string was clicked.
or know the actual size of the StackLayout, so for example if i adding words i can't ask MyStackLayout.size > screen.size = stop adding labels
Or if i can know the size of the label, i can't put in the next line if the is higher of the ScreenSize.