Found 41 packages
The `RefreshView` module refreshes the View datasource periodically.
Add Pull to Refresh to ScrollView or group a ListView. See Project for more details Ensure you call PullToRefreshLayoutRenderer.Init() on each platform! Built against: 3.6.0.220655
This package provides the functionality to utilize the features of Syncfusion® .NET MAUI PullToRefresh control.
Free yourself from IsBusy=true! The `TaskLoaderView` and the `TemplatedTaskLoader` are UI components that handle all your UI loading state (Loading, Error, Result, Notification), and removes all the pain of async loading from your view models (try catch / async void / IsBusy / HasErrors / base view models / ...) thanks to its brother the `TaskLoaderNotifier`. Featuring: * Default views for all loading states (Loading, Error, Success, Notification, Refresh) * Snackbar component * Compose notifiers with CompositeTaskLoaderNotifier * Stylable views including fonts, accent color, error images, ... * Any states are overridable with user custom views and easily positionned with AbsoluteLayout properties * Support for Xamarin.Forms.Skeleton nuget package * Support for refresh scenarios, and error while refreshing with the ErrorNotificationView * Supports Async mvvm ICommand through TaskLoaderCommand * Supports loading task on demand with the NotStarted state * TaskLoaderNotifier for the ViewModel side taking care of all the error handling and the IsBusy nonsense
A powerful list view with swipe, pull to refresh, load more(support group list)
Free yourself from IsBusy=true! The `TaskLoaderView` and the `TemplatedTaskLoader` are UI components that handle all your UI loading state (Loading, Error, Result, Notification), and removes all the pain of async loading from your view models (try catch / async void / IsBusy / HasErrors / base view models / ...) thanks to its brother the `TaskLoaderNotifier`. Featuring: * Default views for all loading states (Loading, Error, Success, Notification, Refresh) * Snackbar component * Compose notifiers with CompositeTaskLoaderNotifier * Stylable views including fonts, accent color, error images, ... * Any states are overridable with user custom views and easily positionned with AbsoluteLayout properties * Support for Xamarin.Forms.Skeleton nuget package * Support for refresh scenarios, and error while refreshing with the ErrorNotificationView * Supports Async mvvm ICommand through TaskLoaderCommand * Supports loading task on demand with the NotStarted state * TaskLoaderNotifier for the ViewModel side taking care of all the error handling and the IsBusy nonsense
This is a Xamarin.iOS binding of Vlasov's CCBottomRefreshControl. This package also contains Masonry code so be sure to comply with both projects' licenses accordingly. How to use this binding: using CCBottomRefreshControl; ... var bottomRefreshControl = new UIRefreshControl(); TableView.SetBottomRefreshControl(bottomRefreshControl); Masonry is included because i could not get CCBRC to work referencing Masonry as a static library. DO NOT post issues on Vlasov's github project unless you are absolutely sure it's in the ObjC code.
CollectionView provides Xamarin.Android support for data features like sorting, grouping and filtering with the RecyclerView control. It enables support for advanced features such as pull-to-refresh and incremental, on-demand loading.
Adds pull to refresh and on demand load content to a ListView. (Fork of ExtendedListView)
🔥 custom view pull to refresh. Support ScrollView, ListView, RecyclerView, WebView, and all another views, easy to use
CollectionView provides Xamarin.iOS support for data features like sorting, grouping and filtering with the UITableView and UICollectionView controls. It enables support for advanced features such as pull-to-refresh and incremental, on-demand loading.
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
CollectionView provides Xamarin.Mac support for data features like sorting, grouping and filtering with the NSTableView control. It enables support for advanced features such as pull-to-refresh and incremental, on-demand loading.
Add PullToRefresh behavior to ListView, GridView and more controls with ScrollViewer.
Simple implementation of Pull to refresh ListView for Windows Phone.
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
ExtendedControls.ExtCollectionView UWP renderer
AwesomeListView is an extension of standard WinRT/UWP ListView for Windows Phone. Supports: Loading view, Empty view, Pull To Refresh.
ExtendedControls.ExtCollectionView Android renderer
This client library is refreshing the Azure Active Directory Token in the background. To run an automatic token refresh, add one line for the main view of the application: <script src="/Scripts/refresh-token.min.js"></script>