Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

use List View under Scroll View.

$
0
0

Hello Guy's,
I have done to bind listview an it put into scrollview , now i want to remove listview scrolling and show all list data on page and my outer side scrolling only work instead of listview scrolling.

       <ScrollView  HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand">
                                <ListView  IsTabStop="True">
                                                    <ListView.ItemTemplate>
                                                        <DataTemplate>
                                                            <ViewCell>
                                                               <Image Source="{Binding source}" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" 
                                                                Aspect="AspectFill"/>
                                                            </ViewCell>
                                                        </DataTemplate>
                                                    </ListView.ItemTemplate>
                                                  </ListView>
                                       </ScrollView>

Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>