You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
Here I will be keeping track of the progress I've made in supporting the elements from View module, their associated attributes and extension methods. Feel free to add something if it is missing from this list or contribute to the library by adding an element if it is not yet supported (PRs are welcome, let me know if you need help).
After all elements are supported, I will be investigating granular element structure making placement of elements type-safe.
Layouts:
StackLayout
FlexLayout
AbsoluteLayout
RelativeLayout
ListView
ScrollView
Grid
BoxView
InputView
WebView
TableView
ListViewGrouped
TemplatedView (probably not necessary)
ContentView
Pages:
ContentPage
NavigationPage
TabbedPage
MasterPageDetail
CarouselPage
Elements
ActivityIndicator
Button
DatePicker
Image
ImageButton
Label
Slider
Switch
TextEntry (specialized Entry)
ToolbarItem
Frame
Editor
FormattedString
MenuItem
Picker
SearchBar
Span
ProgressBar
Stepper
TimePicker
VisualElement
Cells
ImageCell
SwitchCell
TextCell
EntryCell
ViewCell
Gesture Recognizers:
PanGestureRecognizer
ClickGestureRecognizer
TapGestureRecognizer
PinchGestureRecognizer
SwipeGestureRecognizer
The text was updated successfully, but these errors were encountered:
Here I will be keeping track of the progress I've made in supporting the elements from
View
module, their associated attributes and extension methods. Feel free to add something if it is missing from this list or contribute to the library by adding an element if it is not yet supported (PRs are welcome, let me know if you need help).After all elements are supported, I will be investigating granular element structure making placement of elements type-safe.
Layouts:
Pages:
Elements
Entry
)Cells
Gesture Recognizers:
The text was updated successfully, but these errors were encountered: