Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142404 | Jan 31,2019 08:29 PM UTC | Feb 1,2019 03:07 PM UTC | Xamarin.Forms | 1 |
![]() |
Tags: SfTabView |
<tabView:SfTabView x:Name="tabview" VisibleHeaderCount="2" TabHeight="25" Grid.Row="1" EnableSwiping="True">
<tabView:SfTabItem SelectionColor="Black" Title="Tab 1" TitleFontColor="Gray" TitleFontSize="14">
<tabView:SfTabItem.Content>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<BoxView HeightRequest="2" Grid.Row="0" Color="Black" />
<Label Text="Content tab 1" Grid.Row="1"></Label>
</Grid>
</tabView:SfTabItem.Content>
</tabView:SfTabItem>
</tabView:SfTabView> |
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.