Skip to content

SupportWidgetXF is a open source project that aims to provide a powerful and cross platform set of controls and helpers tailored to work with Xamarin Forms.

Notifications You must be signed in to change notification settings

hqdevteam1/SupportWidgetXF

 
 

Repository files navigation

Xamarin Forms Custom Control

I create this package to sharing all custom controls renderer i know, it help you get a better result with xamarin

Available on NuGet: NuGet

Add assembly references

xmlns:ultimateChart="clr-namespace:SupportWidgetXF.Widgets;assembly=SupportWidgetXF"

Setup for iOS project (add to AppDelegate before LoadApplication)

SupportWidgetXFSetup.Initialize();

Setup for Android project (add to MainActivity before LoadApplication)

SupportWidgetXFSetup.Initialize(this);

Support Widget Package

  • SupportAutoComplete (Complete)
  • SupportResultList (Complete)
  • SupportDropList (Complete)
  • SupportEntry (Complete)
  • SupportButton (Complete)
  • SupportActionMenu (Complete)
  • SupportBindableStackLayout (Complete)
  • SupportFlowLayout (Complete)
  • SupportSearchView (Complete)
  • SupportShadowView (Complete)
  • SupportGradientView (Complete)
  • SupportMapView (Complete)
  • SupportRadioButton (Complete)
Controls Screenshots
SupportAutocomplete with 4 row templates: support binding Itemsource, etc..
  • Single Title
  • Title With Description
  • Icon with Title
  • FullText with Icon
  • Autocomplete source from API
SupportDropList with 4 row templates: support binding Itemsource, multi select
  • Single Title
  • Title With Description
  • Icon with Title
  • FullText with Icon
  • Autocomplete source from API

About

SupportWidgetXF is a open source project that aims to provide a powerful and cross platform set of controls and helpers tailored to work with Xamarin Forms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%