Hi Morteza,
Query1: The unwanted behavior happens when the "DataSource" property of "SfComboBox" is set to null and page appears.
When the DataSource is set as null, items will be not be displayed when clicking the dropdownbutton since no items (collection) are available in the data source.
Query2: Issue occured when I wanted to initialize my Collection in another method which is called right after "Page.Appearing" event gets fired.
When initializing the collection after the "Page.Appearing", the values are passed to native UWP from the forms but the ItemTemplate view is not passed to the native UWP, So the blank view is show in the UWP. But we can achieve your requirement by initializing the collection in the ViewModel class constructor.
Please let us know if you have any concern.
Regards,
Paul Anderson