Thank you for the example. This example works perfectly for someone looking for an example.
My listview control is in a different view which gets loaded automatically on a different view that has the Parallex view control but i think i have an idea of what to try.
for example the MainPage.xaml has three buttons of which all of them call a different ContentView. The MainPage.xaml has the Parallex View control in it Each contentview has a SFListView control in it and each of them gets loaded dynamically in MainPage.xaml. So the MainPage.xaml will not have any SFListview control in it. I am getting the SFListview loaded in the MainPage.xaml view but it seems like when i try to do parallexview.Source = (loaded listview) it seems to not be binding the listview.
It seems to me that for the listview to be binded to the ParallexView source, it needs to be a control in the same view.
I will try different things to see maybe if i need to change the Architecture of the page and i will report back.
Let me know if you have another idea.
Again thanks for all the help and Amazing support.