Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142035 | Jan 16,2019 06:48 AM UTC | Jul 24,2019 12:20 PM UTC | Xamarin.Forms | 6 |
![]() |
Tags: SfTabView |
<tabView:SfTabItem.HeaderContent> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="8*" /> <ColumnDefinition Width="2*" /> </Grid.ColumnDefinitions> <Label Text="Completed" TextColor="#FF00AFF0" FontSize="16" VerticalOptions="Center" HorizontalOptions="Center" /> <Grid HeightRequest="20" WidthRequest="20" VerticalOptions="Center" Grid.Column="1" HorizontalOptions="Center"> <Grid VerticalOptions="Center" HorizontalOptions="Center"> <Frame CornerRadius="10" BackgroundColor="Red" HasShadow="false" /> </Grid> <Label Text="21" TextColor="White" FontSize="14" HorizontalTextAlignment="Center" VerticalOptions="Center" HorizontalOptions="Center" /> </Grid> </Grid> </tabView:SfTabItem.HeaderContent> |
|
<tabView:SfTabItem.HeaderContent>
<StackLayout Orientation="Vertical">
<badge:SfBadgeView BadgeText="8">
<badge:SfBadgeView.Content>
<Image Aspect="AspectFit" HeightRequest="30" WidthRequest="30" Source="Compose.png"></Image>
</badge:SfBadgeView.Content>
<badge:SfBadgeView.BadgeSettings>
<badge:BadgeSetting BadgeType="Error" Offset="-31,1" BackgroundColor="Red" />
</badge:SfBadgeView.BadgeSettings>
</badge:SfBadgeView>
<Label Text="Archive" TextColor="#FF00AFF0" FontSize="16" VerticalOptions="Center" HorizontalOptions="Center" />
</StackLayout>
</tabView:SfTabItem.HeaderContent> |
<tabView:SfTabItem.HeaderContent>
<StackLayout Orientation="Vertical">
<badge:SfBadgeView BadgeText="8">
<badge:SfBadgeView.Content>
<Image Aspect="AspectFit" HeightRequest="30" WidthRequest="30" Source="Compose.png"></Image>
</badge:SfBadgeView.Content>
<badge:SfBadgeView.BadgeSettings>
<badge:BadgeSetting BadgeType="Error" Offset="-31,1" BackgroundColor="Red" />
</badge:SfBadgeView.BadgeSettings>
</badge:SfBadgeView>
<Label Text="Archive" TextColor="#FF00AFF0" FontSize="16" VerticalOptions="Center" HorizontalOptions="Center" />
</StackLayout>
</tabView:SfTabItem.HeaderContent> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.