-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
DropDownButton should allow for group styles #3913
Comments
Might actualy be a bug report instead? |
I had a look in the source and it seems like this control uses |
Thanks for looking into it @timunie , had alook around as well, seems like you might be correct, not sure if it's worth in that case, as it would add a bunch of stuff that probably shouldn't be part of the button (unless there is some way around it, or incase anyone else is alright with it). The only upside that it would create is a clearer list selection, nothing a Combobox can't handle, except that you won't have to deal with selected items (which was my initial reasoning) |
Maybe the |
I had a look at the spitbutton yesterday, didn't offer much more to me then the dropdown button already did. That being said, i did some resorting of my list and it looks alot cleaner now even without the headers, and don't think would should change wat the DropDown is right now, and try to make it into a controller that it isn't/isn't suppoe to be. |
Describe the feature
Currently it seems like the DropDownButton does not allow for grouping items together (as for example seen in the ComboBox).
The snipped below is an implementation of it in the Demo App, that should work, but doesnt seem like it does.
Additional context
The text was updated successfully, but these errors were encountered: