Shell navigation bottom and upper TabBar scroll behavior
问题 In follow-up of Shell navigation bar scroll behavior, I have created a custom Shell renderer toolbar with scroll behavior and I would like to know if it is possible to create the same for TabBar or Tab in Shell. See Gif https://android.jlelse.eu/scroll-your-bottom-navigation-view-away-with-10-lines-of-code-346f1ed40e9e using LP = Android.Views.ViewGroup.LayoutParams; public class CustomShell : ShellRenderer { public CustomShell(Context context) : base(context) { } protected override