在我的应用程序中,我在主页中使用了一个GridView和一个ListView。= null) if (sender is GridView) var gv = sender as和GridView。因此,当我在查看一个项目后导航回MainPage时,ListView和GridView都会加载,Loaded事件也会触发。然后,我将ListView和GridVie
I have an activity that contains LISTVIEW with some text data and below that i had GRIDVIEW with some例如,如果我的listview包含20个文本数据,那么我无法滚动到listview之外,因此无法看到我的网格视图内容。我必须滚动整个活动,而不是列表或网格的具体内容。android:id="@+id/listview"
and