Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.77 KB

index.md

File metadata and controls

46 lines (36 loc) · 1.77 KB

AsNum.XFControl

XFControl 是什么 ? What is it ?

  • AsNum.XFControls 是一组用于 Xamarin.Forms 的自定义控件集.
  • AsNum.XFControls is a set of Xamarin.Forms' Control & enhancement function.

如何使用 How to use it ?

  • XFControls 只依赖于 Xamarin.Forms
  • XFControls only dependency Xamarin.Forms
  • Nuget : Install-Package XFControls

功能 Features

控件/布局列表 Control & Layout

Name Desc With Renderer IOS Android WP UWP
Border 边框控件 Y Y Y N N
CheckBox 复选框 Y Y N N
CircleBox 圆形Box Y Y Y N N
DataPicker 数据选择器 Y Y Y N N
Flip 轮播控件 Y Y Y N N
FontIcon 字体图标 Y Y Y N N
Marquee 跑马灯 Y Y N N
RadioGroup 单选框组 Y Y N N
RadioButtonGroup 单选按钮组 Y Y N N
RatingBar 打分条 Y Y Y N N
Repeater Y Y N N
Segment Y Y N N
Stepper Y Y N N
TabView Y Y N N
UniformGrid Y Y N N
WrapLayout Y Y N N

Binders

Name Desc
TapBinder TapGestureRecognizer 的增强功能。Used to enhancement TapGestureRecognizer.
ListViewBinder ListView 的增强功能。 Used to enhancement ListView.
CmdBinder MVVM 的事件绑定增强。 MVVM Event to Command

Others

Toast for iOS