Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Xamarin Forms Controls

30

Flashcards

0/30

Still learning
StarStarStarStar

Button

StarStarStarStar

A control that can be clicked by users. Common properties include Command, Text, and Clicked event.

StarStarStarStar

TimePicker

StarStarStarStar

A control for selecting a time. Common properties include Time, Format, and Is24HourView.

StarStarStarStar

ActivityIndicator

StarStarStarStar

A control that indicates that something is ongoing. Common properties include IsRunning, Color, and IsVisible.

StarStarStarStar

ScrollView

StarStarStarStar

A layout that enables scrolling of its child elements. Common properties include Orientation, Content, and HorizontalScrollBarVisibility.

StarStarStarStar

Shell

StarStarStarStar

A modern replacement for the master-detail page, navigation page, tabbed page, etc. Common properties include FlyoutHeader, FlyoutItemTemplate, and Route.

StarStarStarStar

ContentPage

StarStarStarStar

A simple page that displays a single view, often used as a child page in page containers like NavigationPage or TabbedPage. Common properties include Content, Title, and Padding.

StarStarStarStar

Switch

StarStarStarStar

A toggle control for two states: on and off. Common properties include IsToggled, OnColor, and Toggled event.

StarStarStarStar

Stepper

StarStarStarStar

A control allowing users to increase or decrease a value. Common properties include Increment, Minimum, and Maximum.

StarStarStarStar

Image

StarStarStarStar

A control that displays an image. Common properties include Source, Aspect, and IsOpaque.

StarStarStarStar

RadioButton

StarStarStarStar

A control that allows the user to select one option from a set. Common properties include IsChecked, GroupName, and Content.

StarStarStarStar

Entry

StarStarStarStar

A single-line text input control. Common properties include Text, Placeholder, and Keyboard.

StarStarStarStar

BoxView

StarStarStarStar

A simple control used for drawing rectangles of a solid color or gradient. Common properties include Color, CornerRadius, and WidthRequest.

StarStarStarStar

TabbedPage

StarStarStarStar

A multi-page container for organizing content across different tabs. Common properties include Children, CurrentPage, and BarBackgroundColor.

StarStarStarStar

Picker

StarStarStarStar

A control for selecting an item from a list. Common properties include ItemsSource, SelectedItem, and Title.

StarStarStarStar

SearchBar

StarStarStarStar

A control that provides a user interface for entering search queries. Common properties include Text, Placeholder, and SearchCommand.

StarStarStarStar

CheckBox

StarStarStarStar

A control that allows the user to toggle a value between two states. Common properties include IsChecked, Color, and Content.

StarStarStarStar

DatePicker

StarStarStarStar

A control for selecting a date. Common properties include Date, Format, and MinimumDate.

StarStarStarStar

ListView

StarStarStarStar

A control for presenting lists of data. Common properties include ItemsSource, ItemTemplate, and ItemSelected event.

StarStarStarStar

NavigationPage

StarStarStarStar

A page that manages the navigation and user-experience of a stack of other pages. Common properties include BarBackgroundColor, BarTextColor, and BackButtonTitle.

StarStarStarStar

AbsoluteLayout

StarStarStarStar

A layout that positions and sizes children based on explicit relationships to its boundaries. Common properties include Children, LayoutBounds, and LayoutFlags.

StarStarStarStar

Label

StarStarStarStar

A control used to display text to the user. Common properties include Text, TextColor, and FontAttributes.

StarStarStarStar

Slider

StarStarStarStar

A control that allows selection of a value from a continuous range. Common properties include Minimum, Maximum, and Value.

StarStarStarStar

CollectionView

StarStarStarStar

An optimized control for presenting lists of data using different layout specifications. Common properties include ItemsSource, ItemsLayout, and SelectionMode.

StarStarStarStar

MasterDetailPage

StarStarStarStar

A page that manages two panes: a master list and a detail page. Common properties include Master, Detail, and IsPresented.

StarStarStarStar

FlexLayout

StarStarStarStar

A layout that distributes space and aligns child elements in a single direction or multiple directions. Common properties include Direction, JustifyContent, and AlignItems.

StarStarStarStar

ProgressBar

StarStarStarStar

A control for showing determinate progress. Common properties include Progress, ProgressColor, and ProgressTo method.

StarStarStarStar

Frame

StarStarStarStar

A container control with a border and optional shadow. Common properties include Content, BorderColor, and CornerRadius.

StarStarStarStar

CarouselView

StarStarStarStar

A control that presents items in a scrollable horizontal list. Common properties include ItemsSource, Loop, and ItemTemplate.

StarStarStarStar

Editor

StarStarStarStar

A multi-line text input control. Common properties include Text, FontSize, and AutoSize.

StarStarStarStar

WebView

StarStarStarStar

A control for displaying web content. Common properties include Source, CanGoBack, and CanGoForward.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.