This topic contains troubleshooting data specific to the Bars product.
Note
For some more troubleshooting information that relates both to this product as well as other Actipro Avalonia products, please see the more general Troubleshooting topic.
Ribbon Shows in Designer but Disappears at Run-Time
This scenario could happen if you accidentally set a Width
or Height
on the Ribbon control or one of its containers that causes the Ribbon to be smaller than the collapse threshold size . When the Ribbon becomes smaller than the collapse threshold size at run-time and Istrue
, the Ribbon will hide.
This scenario is most likely to occur when you are adjusting control layouts in the designer and adjust the Ribbon or a parent container's size accidentally.
To resolve this issue, simply remove any explicit Width
or Height
setting on the Ribbon or a parent container that is causing the Ribbon's size be smaller than collapse threshold size . Alternatively, change Isfalse
.
See the Collapsing topic for more details.