Skip to content

Commit 31e31be

Browse files
authored
readme with new samples
1 parent 4eb427c commit 31e31be

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# DropDownButtonAdv control samples
21

3-
This repository contains the samples that demonstrate the functionalities of DropDownButtonAdv control.
2+
# Dropdown Button - Demo Samples
43

5-
<table>
6-
<tr>
7-
<td><a href="Samples/Data-Binding">Data Binding</a></td>
8-
<td><a href="Samples/Command-Binding">Command Binding</a></td>
9-
</tr>
10-
</table>
4+
This repository contains samples that demonstrate built-in functionalities of Dropdown Button control.
5+
6+
* **<a href="Samples/Getting-Started">Getting Started</a>** - This demo explains how to add dropdown button control and its basic features like image sizing options and size modes to an application here.
7+
* **<a href="Samples/Add-Menu-Items">Adding Menu Items</a>** - This demo explains how to bind menu items to dropdown button control.
8+
* **<a href="Samples/Data-Binding">Data Binding</a>** - This demo explains how to bind data to dropdown menu group using XAML data binding and consume menu item command actions.
9+
* **<a href="Samples/Command-Binding">Command Binding</a>** - This demo explains how to provide command binding for dropdown menu items to perform any action while clicking the same.

0 commit comments

Comments
 (0)