Skip to content

Instantly share code, notes, and snippets.

@haavamoa
Last active July 27, 2020 11:26
Show Gist options
  • Save haavamoa/c278ddfcd805e50ff5c16a498db08538 to your computer and use it in GitHub Desktop.
Save haavamoa/c278ddfcd805e50ff5c16a498db08538 to your computer and use it in GitHub Desktop.
<ContentPage x:Class="DIPS.Xamarin.UI.Samples.Controls.Sheet.SheetPage"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:dxui="http://dips.xamarin.ui.com"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<dxui:ModalityLayout>
<dxui:ModalityLayout.Behaviors>
<dxui:SheetBehavior>
<!-- Sheet content goes here -->
</dxui:SheetBehavior>
</dxui:ModalityLayout.Behaviors>
<CheckBox HorizontalOptions="Center"
VerticalOptions="Center" />
</dxui:ModalityLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment