6 packages tagged with “scrollable”
Pure MAUI Tabs (No handlers, no renderers, no effects): * Fixed tabs (android tabs style) * Scrollable tabs * Vertical tabs * Material design tabs (top and leading icon) * Support for SVG images * Segmented tabs * Badges on tabs * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher * Bindable with ItemsSource * Ripple touch effect for all platforms
Pure Xamarin.Forms tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Vertical tabs * Material design tabs (top and leading icon) * Support for SVG images * Segmented tabs * Custom shadows (neumorphism ready) * Badges on tabs * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher * Bindable with ItemsSource -------------- Installation -------------- * In Core project, in `App.xaml.cs`: public App() { InitializeComponent(); Sharpnado.Tabs.Initializer.Initialize(loggerEnable: false); ... } * In iOS project: Xamarin.Forms.Forms.Init(); Sharpnado.Tabs.iOS.Preserver.Preserve(); * In UWP project: var rendererAssemblies = new[] { typeof(UWPShadowsRenderer).GetTypeInfo().Assembly, typeof(UwpTintableImageEffect).GetTypeInfo().Assembly, }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);
A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products. This is a C# port for Xamarin.iOS of HMSegmentedControl written by Hesham Abd-Elmegid
Warning: Versions >= 10.0.0.12 do not rely on UWP or Android renderers. Read getting started at: https://giacomoenna.wixsite.com/xamarin/post/extendedcollectionview Platforms: Android - UWP - IOS - WPF - Single Item Selection - Multiple Items Selection - Vertical, Horizontal, GridLayout orientation - Grouping - Refresh - Vertical Drag And Drop (no WPF) - Horizontal Drag And Drop (no WPF) - GridLayout Drag And Drop (no WPF) - ItemTemplate, SelectedItemTemplate - Default SelectedItemColor - Cancel Drag and Drop - OnHover DragColor - OnHoverCancel DragColor - Exhaustive EventArgs - Commands - NoItemsView - Free
ExtendedControls.ExtCollectionView UWP renderer
ExtendedControls.ExtCollectionView Android renderer