Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SelectAll CheckBox to MultiSelectionComboBox #4426

Open
LiTo96 opened this issue Oct 9, 2023 · 3 comments
Open

Add SelectAll CheckBox to MultiSelectionComboBox #4426

LiTo96 opened this issue Oct 9, 2023 · 3 comments

Comments

@LiTo96
Copy link

LiTo96 commented Oct 9, 2023

Describe the feature

In the MultiSelectionComboBox there should be a CheckBox which allows you to select/unselect all options at once like in the following gif:

MultiSelectionComboBox

And then there should be also a Property which allows to show/hide that SelectAll-CheckBox and set the text for it.

<MultiSelectionComboBox ShowSelectAllCheckBox="True" SelectAllText="Select All"/>
@timunie
Copy link
Collaborator

timunie commented Oct 9, 2023

Use Footer / Header for this. You can simply implement this function as needed for you.

@William-Joshua
Copy link

William-Joshua commented Dec 20, 2023

Use Footer / Header for this. You can simply implement this function as needed for you.

Hello, can you tell me how to use the DropDownHeaderContentTemplate / DropDownFooterContentTemplate with staticresource Datatemplate , I binded it ,but it not activated, I don't know ,what's wrong with it

emobile_2023-12-20_09-57-18
emobile_2023-12-20_09-57-37

Thanks a lot

@William-Joshua
Copy link

Use Footer / Header for this. You can simply implement this function as needed for you.

Hello, can you tell me how to use the DropDownHeaderContentTemplate / DropDownFooterContentTemplate with staticresource Datatemplate , I binded it ,but it not activated, I don't know ,what's wrong with it

emobile_2023-12-20_09-57-18 emobile_2023-12-20_09-57-37

Thanks a lot

Set IsDropDownHeaderVisible = true or IsDropDownFooterVisible = true can show it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants