Navigation drawer does not fill the drawer area

Hi,

I want to use the Navigation control, but it seems that it cannot fill the drawer area
I specify something like this:

                        <SfNavigationDrawer.DrawerFooterView>
                            <StackLayout VerticalOptions="FillAndExpand" BackgroundColor="Aqua" Orientation="Vertical"/>
                        </control:NavigationDrawer.MenuFooter>
                        
                        <SfNavigationDrawer.DrawerContentView>
                                <Grid BackgroundColor="Bisque" VerticalOptions="FillAndExpand">
                                    <Grid.RowDefinitions>
                                        <RowDefinition Height="100"></RowDefinition>
                                        <RowDefinition Height="*"></RowDefinition>
                                        <RowDefinition Height="100"></RowDefinition>
                                    </Grid.RowDefinitions>
                                    <StackLayout VerticalOptions="FillAndExpand" BackgroundColor="Blue"></StackLayout>
                                    <StackLayout Grid.Row="1" VerticalOptions="FillAndExpand" BackgroundColor="Red"></StackLayout>
                                    <StackLayout Grid.Row="2" VerticalOptions="FillAndExpand" BackgroundColor="Yellow"></StackLayout>
                                </Grid>

And it display this: (whiere is the "Bisque" color it should be the exoanded grid)


1 Reply

SK Selva Kumar  Veerakrishnan Syncfusion Team October 30, 2017 12:18 PM UTC

Hi Albu,

Thank you for contacting Syncfusion Support.

We were unable to reproduce the issue “NavigationDrawer does not fill the Drawer area”. We have prepared a sample from the code given in the update and recorded the video for the same. Please download it from the link given below.

Video link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/Android_and_ios-2042294986.zip  

Sample link : http://www.syncfusion.com/downloads/support/directtrac/general/ze/NavigationDrawer30OCt_2-881947935.zip   

If the issue persist at your end, please update the following details.

1.Sample modification with replication procedure in which the issue occurs.
2.Device and platform in which the issue occurs.


This could help us to provide appropriate solution on this issue.


Regards,
Selva Kumar V.

Loader.
Up arrow icon