When you set the foolowing binding for a tabView.HeaderItemsLayout,
<tabView:TabView.HeaderItemsLayout>
<FlexLayout JustifyContent="Start"
WidthRequest="{Binding Width, Source={RelativeSource Mode=FindAncestor, AncestorType={x:Type ScrollView}}}"/>
</tabView:TabView.HeaderItemsLayout>
it works fine in debug mode. node, all header tabs are visible.. However compiling in release mode for iOS, just show the first header. It does not matter if you use itemssource or add tabs manually.. Any idea on how to fix this? Using x:DataType for Binding also does not help,.
Many thanks in advance!
When you set the foolowing binding for a tabView.HeaderItemsLayout,
it works fine in debug mode. node, all header tabs are visible.. However compiling in release mode for iOS, just show the first header. It does not matter if you use itemssource or add tabs manually.. Any idea on how to fix this? Using x:DataType for Binding also does not help,.
Many thanks in advance!