Found 30 packages
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
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
A scrollable area used inside the material design dialog
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.
A C# WinForms Control to preview Migradoc/PDFSharp DDL Documents with scroll and zoom support.
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.
Xamarin.Android Binding for Cüneyt Çarıkçi's ContinuousScrollableImageView, an Android library for animating images with continuous scrolling effects
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
This package provides the functionality to utilize the features of Syncfusion® Xamarin ListView control and more.
ExtendedControls.ExtCollectionView UWP renderer
ExtendedControls.ExtCollectionView Android renderer
This package provides the functionality to utilize the features of Syncfusion® .NET Maui TabView control and more.
A custom control for Xamarin.Forms, that shows an expanding top view and a scrollable bottom view.
slimScroll is a small jQuery plugin that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User can drag the scrollbar or use mouse-wheel to change the scroll value.
Android Graph Library for creating zoomable and scrollable line and bar graphs
Scrollable view which can be used to give different choices to user with nice UI.
This package provides the functionality to utilize the features of Syncfusion® Xamarin.WPF Listview control and more.
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.
Xamarin.Android bindings for Aghajari's AXGraphView, creates zoomable and scrollable graphs based on function or custom draw.