Sflisview doesnt scroll inside SfNavigationDrawer's DrawerContentView

   <navigation:SfNavigationDrawer x:Name="navigationDrawer"  Grid.Row="2"   IsOpen="{Binding IsFilterOpen, Mode=TwoWay}" Position="Top" Transition="Push" VerticalOptions="FillAndExpand" DrawerHeaderHeight="70" DrawerFooterHeight="0"> 
            <navigation:SfNavigationDrawer.DrawerContentView>
                <SfLisView  x:Name="list"  VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" />
            </navigation:SfNavigationDrawer.DrawerContentView>


If I use SfListView within DrawerContentView of SfNavigationDrawer as above, it doesnt scroll. This is only the cause using  Position="Top" 
If I use  Position="Right" , same code works fine.
How can I make this working?

2 Replies

EM Emil November 28, 2017 11:39 AM UTC

Do you have any solution for this please?


SK Selva Kumar  Veerakrishnan Syncfusion Team November 28, 2017 01:17 PM UTC

Hi Emil,

Thank you for contacting Syncfusion support.

A support incident to track the status of this query has been created under your account. Please log on to our support website to check for further updates.

Link: https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents/  

Regards,
Selva Kumar V.

Loader.
Up arrow icon