Skip to content

"'HeaderSelectionUnderlineWidthProperty' property not found" appears in log  #44

@felipechavez

Description

@felipechavez

The following errors appears in log everytime a page with tabs is opened:

[0:] Binding: 'HeaderSelectionUnderlineWidthProperty' property not found on 'Xam.Plugin.TabView.TabItem', target property: 'Xamarin.Forms.BoxView.HorizontalOptions'
[0:] Binding: 'HeaderSelectionUnderlineWidthProperty' property not found on 'Xam.Plugin.TabView.TabItem', target property: 'Xamarin.Forms.BoxView.HorizontalOptions'
[0:] Binding: 'HeaderSelectionUnderlineWidthProperty' property not found on 'Xam.Plugin.TabView.TabItem', target property: 'Xamarin.Forms.BoxView.HorizontalOptions'
[0:] Binding: 'HeaderSelectionUnderlineWidthProperty' property not found on 'Xam.Plugin.TabView.TabItem', target property: 'Xamarin.Forms.BoxView.HorizontalOptions'

Setup
My setup is as follows for three tabs:
<tabView:TabViewControl
x:Name="TabControl"
HeaderBackgroundColor="{StaticResource WhiteColor}"
HeaderSelectionUnderlineColor="{StaticResource BlueColor}"
HeaderTabTextColor="Black"
HeaderTabTextFontSize="15"
HeaderSelectionUnderlineWidth="100"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand">

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions