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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,5 @@ This repository contains samples that demonstrate built-in functionalities of Sp
7
7
***<ahref="Samples/Add-Menu-Items">Adding Menu Items</a>** - This demo explains how to bind menu items to split 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 button command actions.
9
9
***<ahref="Samples/Command-Binding">Command Binding</a>** - This demo explains how to provide command binding for both split button and 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 icon bar in split button 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