Hi Vanaja,
Thanks again for your feedback.
1) Is there a more generic solution to use sfPopupLayout without platform dependency ?
I tried to include my specific content view in the sfPopup.PopupView but it contains a main stack layout which is to not be supported in this way.
From xaml, i can use PopupView.ContentTemplate to include my layout but in this way, i can't access name of my subcomponents of the template anymore.
2) Another workaround is to used default mode for sfPicker and have a absolute layout and switch in terms of visibility to display the sfPicker over the rest of the page.
My only problem is that i don't manage to center my header view content in my sfPicker header view grid (Trying to play with HorizontalOptions attribute in vain).
Any suggestions for those two points ?
Thanks in advance.
Regards,
Edit :
I used finally the SfPopupLayout with the PopupView ContentTemplate attribute to define my own content and it works.
I just changed my logic to have access to components in data template without their name. Thansk again!