<ScrollView VerticalScrollBarVisibility="Always" HorizontalScrollBarVisibility="Always" VerticalOptions="FillAndExpand" > <StackLayout Padding="0,0,0,0" BackgroundColor="{DynamicResource BrandComplementBackgroundColor}" HorizontalOptions="Fill" Orientation="Vertical" VerticalOptions="FillAndExpand" Parent=""> <FlexLayout BackgroundColor="Red" BindableLayout.ItemsSource="{Binding ChipSetCollection}" Direction="Column" JustifyContent="Start"> <BindableLayout.ItemTemplate> <DataTemplate> <views:ChipSetItemTemplate /> </DataTemplate> </BindableLayout.ItemTemplate> </FlexLayout> </StackLayout> </ScrollView>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)