Skip to content

Commit 3879cff

Browse files
988475-I have updated the read me file in Multiple-selection-made-easy-using-WinUI-ComboBox-control
1 parent cf0770f commit 3879cff

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
# Multiple-selection-made-easy-using-WinUI-ComboBox-control
2-
Multiple selection made easy using WinUI ComboBox control
2+
Syncfusion's WinUI ComboBox control enables powerful multiple selection for desktop apps. Set `SelectionMode="Multiple"` to allow users to choose multiple items. Two display modes are available:
33

4-
![](MultiselectComboBox/Images/multiselect.gif)
4+
**Delimiter Mode:** Items separated by a custom character (e.g., comma, dash). Set via `MultiSelectionDisplayMode="Delimiter"` and customize with `DelimiterText`.
5+
6+
**Token Mode:** Each item appears as a token with a close button. Set via `MultiSelectionDisplayMode="Token"`.
7+
8+
## Additional features include:
9+
10+
### Editable vs Non-Editable:
11+
* **Editable:** Users can type to search and select items.
12+
* **Non-Editable:** Users can only select from the dropdown.
13+
* **Controlled via:** IsEditable="True" or ""False
14+
15+
### Search & Filtering:
16+
17+
* StartsWith and Contains filtering modes.
18+
* Custom filtering logic can be applied.
19+
* Highlights matching text in dropdown items
20+
21+
### Customization:**
22+
23+
* **ItemTemplate:** Customize how items appear in the dropdown.
24+
* **TokenItemTemplate:** Customize how selected tokens appear.
25+
* **Appearance:** Themes, conditional styling, dropdown height, watermark text, etc.
26+
27+
## Learn more:
28+
29+
* [ComboBox Overview](https://www.syncfusion.com/winui-controls/combobox)
30+
* [Enable Multiple Selection](https://support.syncfusion.com/kb/article/15351/how-to-enable-multiple-selection-mode-in-winui-combobox)

0 commit comments

Comments
 (0)