0

I'm newer with mobile development and xamarin. I've got a listview in a xamarin page in an application with a tabbar in the bottom. The listview doesn't scroll enought to show the last items. This is the xaml code. Someone can help me? Thanks. I add some code and an image of the problem.

errore

<Grid >
    <Grid.RowDefinitions>
        <RowDefinition Height="40"></RowDefinition>
    </Grid.RowDefinitions>                   
    <Grid Grid.Row="0" VerticalOptions="CenterAndExpand" Margin="4" Padding="2">
        <Grid.ColumnDefinitions> 
            <ColumnDefinition Width="Auto"></ColumnDefinition>
            <ColumnDefinition Width="50"></ColumnDefinition>
            <ColumnDefinition Width="90"></ColumnDefinition>
            <ColumnDefinition Width="60"></ColumnDefinition>
            <ColumnDefinition Width="50"></ColumnDefinition>
        </Grid.ColumnDefinitions>
        <Label BackgroundColor="Gray" TextColor="White" Text = "Nominativo       _" Grid.Column="0" />      
        <Label BackgroundColor="Gray" TextColor="White" Text = "Badge" Grid.Column="1"/>
        <Label BackgroundColor="Gray" TextColor="White" Text = "Ult.Timb." Grid.Column="2"/>
        <Label BackgroundColor="Gray" TextColor="White" Text = "Tel." Grid.Column="3"/>
        <Label BackgroundColor="Gray" TextColor="White" Text = "Pres." Grid.Column="4"/>
    </Grid>                     
         -->> listview definition
</Grid>
1
  • where is the def of list view? Did you added listview in grid row =1 with * height. Try setting list view cell height also. Commented Apr 29 at 9:00

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.