Does SplitButton or DropDownButton have a preset behavior can be like ComboBox? #1197
Answered
by
batzen
tp1415926535
asked this question in
Q&A
-
It seems that SplitButton or DropDownButton doesn't have such a thing as selectedItem, if you want to display the selected item like ComboBox, you need to assign all the parameters of the selected item to the Button once, which is quite troublesome. |
Beta Was this translation helpful? Give feedback.
Answered by
batzen
May 5, 2024
Replies: 1 comment 2 replies
-
That's because they were not designed as selectors. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, ok.
The best solution would be to re-style/re-template the ComboBox then.