Hello,
We are having the following issue with ExpressBars 6.27 and the Ribbon control (with 6.26 work fine):
If we change a group´s caption when the Ribbon is locked by a BeginUpdate call and we are changing the active tab, when the Ribbon is unlocked by EndUpdate, the changed group does not repaint its content. The rest of the Ribbon repaints fine.
We attach a sample project that reproduces the problem. In this project we change the caption on the TabChanged method. We also tried changing it between the BeginUpdate/EndUpdate calls but the issue still happens but not as often as with the first method.
Thanks in Advance