https://docs.microsoft.com/en-us/samples/xamarin/xamarin-forms-samples/getstarted-notes-database/
I have 2 questions, assuming Notes is already filled with data:
- Clicked="OnClickFilterListViewBetwenBtn1TextAndBtn2" x:Name="Button1"/>
- Clicked="OnClickFilterListViewBetwenBtn2TextAndBtn1" x:Name="Button2"/>
"listView" - ItemSelected="OnListViewItemSelected">
"{Binding Text}" - TextColor="Black"
- Detail="{Binding Date}" />
- ...
1. How do we send Date from the first ListView item to Button1 and the last Date to Button2.
2. When button1 or button2 is clicked, listView will automatically adjust between button1 and button2 date.
Hopefully this can be resolved. Thank you.
Then on NotesPage.Xaml, I added 2 buttons above the

Rajanikant HawaldarPosted Jan 30, 2021, 11:35 AM
yan cusPosted Feb 8, 2021, 5:33 PM