You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: