Skip to content

Binding for WidthRequest in HeaderItemsLayout does not work in release mode für iOS app. Just one header is visible.. In Debug mode everything looks fine. #7

Description

@Hilmilein

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions