Is there a way to hide toolbars when scroll a Listview? Something great for a clean read
Chrome on iOS does this. It hides top and bottom bar when you scroll. When reverse, then the controls appear
I was thinking on a Listview property where you set the controls that must hide (currently I use Listview, but I guess I can change to SfListview)
My app have this two top bars and a bottom bar. It uses SfNavigationDrawer, SfTabView, SfTabItem, DrawerContentView
Edit: I was able to detect the Scrolled event of the Listview and hide the first toolbar (without any good animation), the one with the hamburguer icon, but the others are very complex because there are many nested elements
I'm using the code from Suganya in here Navigation and two Tabitem | Xamarin.Forms Forums | Syncfusion
This is the direct download for the base code - https://www.syncfusion.com/downloads/support/directtrac/general/ze/NavigationDrawer-207211653
Edit 2: I think this must be something like TabHeaderVisibility because TabHeaderBackgroundColor works fine
|
<tabview:SfTabView BackgroundColor="White" TabHeaderPosition="Bottom" EnableSwiping="False" Grid.Row="1" DisplayMode="NoHeader" VisibleHeaderCount="4"> |
Thanks for the reply. I attached a template with the SfNavigationDrawer, SfTabView, SfTabItem I use and the List scroll thing. Is very rustic, and works but with a glitch
Hope you have the time to check and tell me how can fix/improve this
Thanks Suganya, this will work for now. Hope this functionality gets integrated in Syncfusion world. I attach a video with an app that uses some similar but in a very smooth way