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

How can i print dynamic ListView Of List elements?

$
0
0

<ListView   ItemsSource= {Binding Source} >
                    <ListView.ItemTemplate>
                        <DataTemplate>
                            <ViewCell  >
                                <Grid>
                                    <Label Text={Binding SubList} ></Label>
                                </Grid>
                            </ViewCell>
                        </DataTemplate>
                    </ListView.ItemTemplate>
                </ListView>

obviously it doesn´t work, what another structure could i use?


Viewing all articles
Browse latest Browse all 58056

Trending Articles