Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
140972 | Nov 16,2018 12:54 PM UTC | Nov 26,2018 12:59 PM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfPopup |
<ContentPage.BindingContext>
<local:ViewModel />
</ContentPage.BindingContext>
<sfpopup:SfPopupLayout x:Name="popup" IsOpen="{Binding DisplayPopup}">
<sfpopup:SfPopupLayout.Content>
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<Button Grid.Row="0" Text="Click to open popup" Command="{BindingOpenPopupCommand}"/>
</Grid>
</sfpopup:SfPopupLayout.Content>
</sfpopup:SfPopupLayout> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.