DynamicWrapLayout
DynamicWrapLayout copied to clipboard
A Xamarin.Forms layout for creating dynamically wrapped views.
I try to use VS 2019 and this nuget package and It didn't work. no display of any UI whatsoever.
I've added DynamicWrapLayout Nuget in PCL, Android and iOS project. After this, I've added the xmlns: _xmlns:suave="clr-namespace:SuaveControls.DynamicWrapLayout;assembly=SuaveControls.DynamicWrapLayout"_ And in the view the next code: ``` ``` When run Android project,...
Is it only public ObservableRangeCollection Items { get; set; } i can use bcoz with public ObservableRangeCollection TodoItems { get; set; } is not populating. below is my view: Am...
When I add gestures to DataTemplate, how to check index of SelectedItem? ``` ``` When the next version will update? I'm waiting for the **ItemSelected** event!
Hello. When I set HorizontalOptions or HorizontalContentAlignment in "Center"/"CenterAndExpand", Content inside DynamicWrapLayout always alignment to "Start". Please show me how use it correctly or if it bug - fix it....