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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,5 @@ This repository contains samples that demonstrate built-in functionalities of Dr
7
7
***<ahref="Samples/Add-Menu-Items">Adding Menu Items</a>** - This demo explains how to bind menu items to dropdown button control.
8
8
***<ahref="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
9
***<ahref="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.
10
-
***<ahref="Samples/Add-Custom-Items">Adding Custom Menu Items</a>** - This demo explains how to add custom dropdown menu items and handle visibility of custom items IconBar in dropdown control.
10
+
***<ahref="Samples/Add-Custom-Items">Adding Custom Menu Items</a>** - This demo explains how to add custom dropdown menu items and handle visibility of custom items icon bar in dropdown control.
11
+
***<ahref="Samples/Customize-Menu-Items">Customize Menu Items</a>** - This demo explains how to set the drop-down item icon, icon bar visibility, scrollbar visibility, and checkable support.
0 commit comments