Combo Box in Anchored Section? #559
-
|
Our quick access taskbar contains a combo box implemented as:
Given that we have had to revert to the native OS title bar, we have lost our quick access taskbar. I was, therefore, intending to add the controls from the quick access to the anchored section. Is it possible to have a combo box in the anchored section and, if so, what would the equivalent to the above code be? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
No plans to expand the anchored section to support arbitrary content. For this specific case, a popup command button that updates its primary text to follow the currently selected secondary item is pretty much the same as the core Swing combobox. |
Beta Was this translation helpful? Give feedback.
No plans to expand the anchored section to support arbitrary content.
For this specific case, a popup command button that updates its primary text to follow the currently selected secondary item is pretty much the same as the core Swing combobox.