0

아래에 표시된 것은 기본 페이지이며, 나중에 다른보기를 포함합니다. 왼쪽에서 슬라이드하여 화면의 2/3까지 열리는 메뉴를 만들고 싶습니다. WPF 프로그래밍에서 왔는데, 여기에 Z- 인덱스가 있다는 것을 알았습니다. 그물을 검색했지만 좋은 결과를 찾을 수 없습니다. 메뉴 항목이있는 메뉴에 대한 필요성을 눈으로 확인할 수 있도록 솔루션이 눈금과 겹치는 것을 추천 해 주실 수 있습니까?왼쪽에서 슬라이드하는 메뉴 만들기 Xamarin 양식 pcl

<?xml version="1.0" encoding="utf-8" ?> 
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" 
      xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" 
      x:Class="Fimap.WebPart.MainWeb"> 
<ContentPage.Content> 
    <Grid>  
    <Grid.ColumnDefinitions> 
     <ColumnDefinition Width="*"></ColumnDefinition> 
    </Grid.ColumnDefinitions> 
    <Grid.RowDefinitions> 
     <RowDefinition Height="1*"></RowDefinition> 
     <RowDefinition Height="9*"></RowDefinition> 
    </Grid.RowDefinitions>  
     <Grid Grid.Row="0" BackgroundColor="#0084CA"> 
     <Grid.ColumnDefinitions> 
      <ColumnDefinition Width="1.3*"></ColumnDefinition> 
      <ColumnDefinition Width="2*"></ColumnDefinition> 
      <ColumnDefinition Width="2*"></ColumnDefinition> 
     </Grid.ColumnDefinitions> 
     <Grid.RowDefinitions> 
      <RowDefinition Height="30"></RowDefinition> 
     </Grid.RowDefinitions> 
     <Image Aspect="AspectFit" x:Name="menuImageButton" Grid.Column="0" Grid.Row="0" Source="Images/menu.png"></Image> 
     </Grid> 

     <Grid Grid.Row="1" BackgroundColor="#fff"> 
     <Grid.ColumnDefinitions> 
      <ColumnDefinition Width="*"></ColumnDefinition> 
     </Grid.ColumnDefinitions> 
     <ScrollView>     
      <StackLayout VerticalOptions="FillAndExpand" x:Name="downContent" HorizontalOptions="FillAndExpand" Orientation="Vertical" Spacing="15"> 
      <!--RELOAD VIEW HERE--> 
      </StackLayout> 
     </ScrollView> 
     </Grid> 
    </Grid>  
</ContentPage.Content> 
</ContentPage> 
+0

왼쪽에서 슬라이드 메뉴가 필요한 경우 'MasterDetailPage'를 사용해 보셨습니까? – skar

답변

0

필요에 따라 SKAR에 의해 제안 당신은 마스터 - 세부 정보 페이지를 볼 수 있습니다 또는 다른 대안이 플러그인을 조사하는 것입니다 :

이 플러그인은 항상 무료 아니었지만 그것이 요즘 .

I은 ​​모두 사용

오른쪽 (slideoverkit)의 왼쪽 (마스터 - 디테일) 및 필터 메뉴 네비게이션 메뉴.