Completed basic Status section

This commit is contained in:
Javier Suárez Ruiz 2017-07-10 12:40:48 +02:00
Родитель 8bb06fb340
Коммит 96e02a05f1
1 изменённых файлов: 235 добавлений и 1 удалений

236
Status.md
Просмотреть файл

@ -179,4 +179,238 @@ FontAttributes | Done
FontFamily | Done
FontSize | Done
XAlign | Pending
YAlign | Pending
YAlign | Pending
### ListView
An [ItemsView](https://developer.xamarin.com/api/type/Xamarin.Forms.ListView/) that displays a collection of data as a vertical list.
Property | Status
------ | ------
IsPullToRefreshEnabled | Done
IsRefreshing | Done
ItemsSource | Done
RefreshCommand | Done
Header | Done
HeaderTemplate | Done
Footer | Done
FooterTemplate | Done
SelectedItem | Done
HasUnevenRows | Done
RowHeight | Done
GroupHeaderTemplate | Done
IsGroupingEnabled | Done
SeparatorVisibility | Done
SeparatorColor | Done
ContextActions | Done
ScrollTo | Done
ItemAppearing | Done
ItemDisappearing | Done
ItemSelected | Done
ItemTapped | Done
Refresing | Done
### MasterDetailPage
A [Page](https://developer.xamarin.com/api/type/Xamarin.Forms.MasterDetailPage/) that manages two panes of information: A master page that presents data at a high level, and a detail page that displays low-level details about information in the master.
Property | Status
------ | ------
Detail | Done
IsGestureEnabled | Pending
IsPresented | Done
Master | Done
MasterBehavior | Done
ShouldShowToolBarButton | Done
IsPresentedChanged | Done
### Map
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.Maps.Map/) that shows a map provided by a platform-specific service.
Property | Status
------ | ------
Pins | Done
MapType | Done
IsShowingUser | Done
HasScrollEnabled | Done
HasZoomEnabled | Done
VisibleRegion | Done
MoveToRegion | Done
### NavigationPage
A [Page](https://developer.xamarin.com/api/type/Xamarin.Forms.NavigationPage/) that manages the navigation and user-experience of a stack of other pages.
Property | Status
------ | ------
Animate | Done
Add | Done
Remove | Done
### OpenGLView
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.OpenGLView/) that displays OpenGL content.
Property | Status
------ | ------
HasRenderLoop | Done
### Picker
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.Picker/) control for picking an element in a list.
Property | Status
------ | ------
Title | Pending
SelectedIndex | Done
ItemsSource | Done
SelectedItem | Done
Items | Done
itemDisplayBinding | Done
SelectedIndexChanged | Done
### Progress
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.ProgressBar/) control that displays progress.
Property | Status
------ | ------
BackgroundColor | Pending
Progress | Done
ProgressTo | Done
### ScrollView
An [element](https://developer.xamarin.com/api/type/Xamarin.Forms.ScrollView/) capable of scrolling if its Content requires.
Property | Status
------ | ------
BackgroundColor | Pending
Orientation | Done
ScrollX | Done
ScrollY | Done
Content | Done
ContentSize | Done
ScrollToAsync | Done
Scrolled | Done
### SearchBar
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.SearchBar/) control that provides a search box.
Property | Status
------ | ------
BackgroundColor | Done
SearchCommand | Done
SearchCommandParameter | Done
CancelButtonColor | Done
Placeholder | Done
FontFamily | Done
FontSize | Done
FontAtttributes | Done
HorizontalTextAlignment | Done
TextColor | Done
PlaceholderColor | Done
FontFamily | Done
SearchButtonPressed | Done
TextChanged | Done
### Slider
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.Slider/) control that inputs a linear value.
Property | Status
------ | ------
BackgroundColor | Done
Minimum | Done
Maximum | Done
Value | Done
ValueChanged | Done
### Stepper
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.Stepper/) control that inputs a discrete value, constrained to a range.
Property | Status
------ | ------
BackgroundColor | Done
Minimum | Done
Maximum | Done
Value | Done
Increment | Done
ValueChanged | Done
### Switch
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.Switch/) control that provides a toggled value.
BackgroundColor | Done
IsToggled | Done
Toggled | Done
### TabbedPage
[Displays](https://developer.xamarin.com/api/type/Xamarin.Forms.TabbedPage/) an array of tabs across the top of the screen, each of which loads content onto the screen.
BarBackgroundColor | Done
BarTextColor | Done
ItemsSource | Done
ItemTemplate | Done
SelectedItem | Done
GetIndex | Done
GetPageByIndex | Done
SetIndex | Done
Appearing | Done
Disappearing | Done
CurrentPageChanged | Done
PagesChanged | Done
### TableView
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.TableView/) that holds rows of Cell elements.
BackgroundColor | Done
HasUnevenRows | Done
TableIntent | Done
RowHeight | Done
Root | Done
ContextActions | Done
### TimePicker
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.TimePicker/) control that provides time picking.
BackgroundColor | Done
Format | Done
TextColor | Done
Time | Done
### WebView
A [View](https://developer.xamarin.com/api/type/Xamarin.Forms.WebView/) that presents HTML content.
CanGoBack | Done
CamGoForward | Done
Source | Done
Eval | Done
GoBack | Done
GoForward | Done
Navigated | Done
Navigating | Done
### VisualElement
BackgroundColor | Done
AnchorX | Pending
AnchorY | Pending
IsEnabled | Done
IsFocused | Done
IsVisible | Done
Opacity | Done
RotationX | Pending
RotationY | Pending
Scale | Pending
TranslationX | Done
TranslationY | Done