XLabs / MVVM / IOC を使用しています。このシナリオで簡単な例 (PopupLayout) を教えてください。
つまり、コード ビハインドのない XAML です。
たとえば、ViewModel でこの PopupLayout を表示するにはどうすればよいですか?
<ContentPage.Content>
<controls:PopupLayout>
<controls:PopupLayout.Content>
<Button x:Name="OpenButton" Text="Open selector popup" />
</controls:PopupLayout.Content>
</controls:PopupLayout>
</ContentPage.Content>