admin管理员组文章数量:1278721
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>
本文标签: xamarinformsListView not scroll enoughtStack Overflow
版权声明:本文标题:xamarin.forms - ListView not scroll enought - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741264653a2368230.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论