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: docs/articles/features/ui-controls-dropdownlist.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,64 @@ title: Using the DropDownList control | MADE.NET
5
5
6
6
# Using the DropDownList control
7
7
8
+
The `MADE.UI.Controls.DropDownList` element is a custom-built UI element for Windows (UWP) applications that provides a selection user experience, allowing a user to select one or multiple items from a list.
9
+
10
+
The control works in a similar way to the `ComboBox` element in the Windows SDK, with the added extensibility to change modes to select multiple items.
11
+
12
+
Shown below is the visuals for the control in its default state, in a multiple selection mode.
13
+
14
+
<imgsrc="../../images/MultiSelectDropDownListCollapsed.png"alt="DropDownList control showing multiple selected items" />
15
+
16
+
<imgsrc="../../images/MultiSelectDropDownListExpanded.png"alt="DropDownList control showing expanded selection with selected items" />
0 commit comments