Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# how-to-load-listbox-as-drop-down-content-of-wpf-dropdownbuttonadv
This sample demonstrates how to load ListBox as drop-down content of WPF DropDownButtonAdv.
# How to Load ListBox as Drop-Down Content of WPF DropDownButtonAdv
## Overview
This sample demonstrates how to load a ListBox as the drop-down content of the Syncfusion WPF DropDownButtonAdv control. DropDownButtonAdv is a versatile UI component that allows developers to embed custom content within its drop-down area, making it ideal for scenarios where more than just simple menu items are needed.

KB article - [how-to-load-listbox-as-drop-down-content-of-wpf-dropdownbuttonadv](https://www.syncfusion.com/kb/11237/how-to-load-listbox-as-drop-down-content-of-wpf-dropdownbuttonadv)
In this example, a ListBox is used to present a list of selectable items inside the drop-down portion of the button. This approach is useful when you want to provide users with a richer interaction model, such as:
- Selecting multiple items
- Displaying detailed data in a structured format

## Implementation Highlights
- Define the ListBox in XAML.
- Assign it as the drop-down content of the DropDownButtonAdv.
- Customize appearance, item templates, and selection behavior as needed.

## Use Case
This example is ideal for developers building WPF applications that require:
- Enhanced dropdown functionality
- Custom UI elements within dropdowns
- Flexible and interactive user experiences

## Reference
For detailed guidance and step-by-step instructions, refer to the Syncfusion Knowledge Base article: https://www.syncfusion.com/kb/11237/how-to-load-listbox-as-drop-down-content-of-wpf-dropdownbuttonadv