Found 20 packages
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);
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
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
Library for animating images with continuous scrolling effects Simple android view to display images with continuous scrolling effects efficiently. You can set image source, scaleType, duration and direction. Example usages can be found in sample project.
This view provides an user-friendly numerical input interface. It can easily be customized and is built to be used on Android-TV as well.
Xamarin.Android Binding for Cüneyt Çarıkçi's ContinuousScrollableImageView, an Android library for animating images with continuous scrolling effects
ExtendedControls.ExtCollectionView UWP renderer
ExtendedControls.ExtCollectionView Android renderer
Collection of Xamarin.Forms components. IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()). Pure Xamarin.Forms tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Segmented tabs * Custom shadows (neumorphism ready) * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher Sharpnado.Shadows: * Add as many custom shadows as you like to any view (Android, iOS, UWP) * You can specify each shadow Color, Opacity, BlurRadius, and Offset * Simply implement Neumorphism * You can add one shadow, 3 shadows, 99 shadows, to any Xamarin.Forms element * Animate any of these property and make the shadows dance around your elements MaterialFrame: * AcrylicBlur mode * 3 Blur styles: Light, ExtraLight, Dark (UIVisualEffectView styles) * Acrylic mode * Dark mode * Light mode * Change modes dynamically * Performance (CALayer on ios, LayerDrawable on android) * Android: RealtimeBlurView from Tu Yimin (mmin18) The TaskLoaderView 2.0 handles all your task loading states: * Handles error with custom messages and icons * Handles empty states * Show snackbar errors for refresh scenarios (if data is already shown) * Handles retry with button * Support Xamarin.Forms.Skeleton * Can override any state views with your own custom ones HorizontalListView for Xamarin.Forms (close to a CollectionView): * Carousel layout * Column count * Snapping on first or middle element * Padding and item spacing * Handles NotifyCollectionChangedAction Add Remove and Reset actions * View recycling * RecyclerView on Android * UICollectionView on iOS Grid ListView (HorizontalListView with ListLayout set to Grid): * Column count * Drag And Drop * RefreshView support * Padding and item spacing * Handles NotifyCollectionChangedAction Add Remove and Reset actions * View recycling
Custom UIViewController that slides scrollable content up from bottom of screen which covers the main content view on screen.
Xamarin.Android bindings for Aghajari's AXGraphView, creates zoomable and scrollable graphs based on function or custom draw.
Android Graph Library for creating zoomable and scrollable line and bar graphs
Android library to observe scroll events on scrollable views. It's easy to interact with the Toolbar introduced in Android 5.0 Lollipop and may be helpful to implement look and feel of Material Design apps.
A custom control for Xamarin.Forms, that shows an expanding top view and a scrollable bottom view.
Scrollable view which can be used to give different choices to user with nice UI.
Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views (RecyclerView, ListView, GridView, ScrollView).
Android Library to Add a ScrollableZoom to Image
Scrollable view which can be used to give different choices to user with nice ui.
WPF Tag Control, based on Kai Timmermann's WPF Tag control, to add/remove/edit tags/tokens Differences: - Can be databound to any object (using Tags and DisplayMemberPath) - Scrollable view when there are two many Tags - Can be styled/themed to change the color, foreground and tags background - Tags are added via the datamodel not through the control itself - Works with .Net Framework and .Net Core 3.x and above