Hi,
I have an SfExpander.Header that looks like this:
<expander:SfExpander.Header Padding="3,3,3,3">
<Label Text="{Binding accordionText}"
TextColor="White"
BackgroundColor="DodgerBlue"
HorizontalOptions="FillAndExpand"
LineBreakMode="WordWrap" />
</expander:SfExpander.Header>
accordionText consists of several lines of text so it wraps.
Issues:
1) In UWP, if the arrow is on the right, then text is hidden under the arrow (if it wraps). If the arrow is on the left, then it looks like text extends off the device for about the width of the arrow.
2) In iOS, the space for the arrow becomes very narrow so the arrow icon is not visible - when the arrow is on the right.
When switching from Portrait to Landscape and back:
3) In Android, let's say that in portrait, android uses 7 lines to display the text. Then, when switched to landscape, it may only use 4 rows. Then, when switching back to portrait it only displays 4 lines (same as in landscape) and has lost the rest of the data.
4) In iOS, same scenario as 3), this time when the device returns to portrait, the frame has space for 7 lines but only displays 4 - again the number of lines that were visible in landscape.
I wonder if these issues are already addressed in the new release that we are expecting any day now.
Thanks for looking at these issues.
Regards,
Will