Skip to content

Commit 7d56624

Browse files
committed
Updated basic controls docs
1 parent 0fb4746 commit 7d56624

17 files changed

+56
-1
lines changed

docs/Controls/Calendar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Calendar
2+
3+
Displays a calendar and allows the user to select a **date**.

docs/Controls/ColorButton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ColorButton
22

3-
The **ColorButton** is a button which displays the currently selected color and allows to open a color selection dialog to change the color.
3+
The **ColorButton** is a button which displays the currently selected **color** and allows to open a color selection dialog to change the color.
44

55
![](../../images/colorbutton.png)
66

docs/Controls/ColorPicker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# ColorPicker
2+
3+
Control for choosing **color**.

docs/Controls/DataGrid.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DataGrid
2+
3+
Control for displaying **data in rows and columns**.
4+
5+
Features:
6+
7+
- Strong integration with the Xamarin.Forms binding mechanism.
8+
- Configurable row height.
9+
- Configurable column widths.
10+
- Customizable colors.

docs/Controls/DateTimePicker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# DateTimePicker
2+
3+
Allows the user to select a **date and time**.

docs/Controls/Expander.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Expander
2+
3+
A container which can **hide** its **child**.

docs/Controls/FileButton.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# FileButton
2+
3+
A button to launch a **file selection dialog**.

docs/Controls/FontButton.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# FontButton
2+
3+
A button to launch a **font selection dialog**.

docs/Controls/GridSplitter.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GridSplitter
2+
3+
A control that **redistributes space** between columns or rows.

docs/Controls/HyperLinkButton.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# HyperLinkButton
2+
3+
A button bound to a **URL**.

docs/Controls/ImageCheckBox.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# ImageCheckBox
2+
3+
Toggle button with **images** for every **state**.

docs/Controls/ScaleButton.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# ScaleButton
2+
3+
A button which pops up a **scale**.

docs/Controls/Separator.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Separator
2+
3+
A **separator** control.

docs/Controls/StatusBar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# StatusBar
2+
3+
Report messages of minor importance to the user. Maintain a **stack of messages**.The message at the top of the stack is the one that will be displayed.

docs/Controls/TextEditor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TextEditor
2+
3+
Text **editor** control.

docs/Controls/ToggleButton.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# ToggleButton
2+
3+
Button with **states**. The button will remain "pressed state" when clicked. Clicking again will cause the toggle button to return to its "normal state".

docs/Controls/TreeView.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TreeView
2+
3+
A control for displaying **trees**.

0 commit comments

Comments
 (0)