This used to work fine but suddenly controls that are added to the UltraExplorerBar no longer appear. They are added using the recommended method but nothing helps. A control is added to the UltraExplorerBarContainerControl and that is added to the UltraExplorerBar.
Is there a reason why some controls would not appear at runtime?
Hello Sam,
Did you recently upgrade or migrate your application? If so which version(s) are you working with that is currently reproducing the behavior?
I upgraded to 18.2
Unfortunately, I set the ultraExplorerBar1 to ControlContainer mode and then dragged an UltraDropDownButton from the toolbox but it won't let me drop it into the header.
I set the button's header as the parent and it seemed to have helped. However, I'm not sure if it's actually in the header because I'm not sure how to set its height.
If you recently used the designer for the first time inawhile it could have modified the client area. The optimal way to place a button in the New Group header is to use a CreateFilter. Then the elements would never move.
Please see sample below on demonstrating this requirement. UltraExplorerBarCreationFilterAddButton.zip
Yes, I believe I have isolated the problematic code on my side and it is where a CreateFilter is being used. It happens to be in a component in a separate project, so it was difficult to trace down at first.
Ok.Thanks for the update.
For some reason, they're being added to the wrong header, even though I specified the index. There are four headers and three buttons. The buttons should start displaying from the second header and so on. However, they're starting from the first header.