Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
68 lines (57 loc) · 2.18 KB

README.md

File metadata and controls

68 lines (57 loc) · 2.18 KB

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:

Build status NuGet Badge

Add assembly references

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

Setup for iOS project (add to AppDelegate before LoadApplication)

SupportWidgetXFSetup.Initialize(this);

Setup for Android project (add to MainActivity before LoadApplication)

SupportWidgetXFSetup.Initialize(this, bundle);

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)
  • SupportCalendarView (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