Tab labels overlap with the ContextualTabGroup label

Ribbon for WPF Forum

Posted 5 years ago by Greg Kilmatead
Version: 18.1.0675
Platform: .NET 4.6
Environment: Windows 7 (64-bit)
Avatar

Hello,

When the

IsTitleBarAreaVisible

property of a Ribbon control is set to false, ribbon tab labels are overlapping with the ContextualTabGroup label.
I'm assuming that a better behaviour would be to have the ContextualTabGroup label hidden when the title bar area is not visible.
I am attaching a video to demonstrate this: https://imgur.com/mVR9Vvi

What would you suggest would be a quick fix for this (other than not setting a label for the ContextualTabGroup)?

Thank you!

Comments (2)

Answer - Posted 5 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Greg,

Since contextual tab groups require two rows to render properly, they aren't good for scenarios when you hide the title bar area.

If you want to still use them when the title bar area is hidden, the only easy way to hide the label would be to null it out.  Or alternatively, you could clone our default ControlTemplate for ContextualTabGroup, modify it to not have the upper row at all, and set it to the ContextualTabGroup.Template property.


Actipro Software Support

Posted 5 years ago by Greg Kilmatead
Avatar

Hello,

I understand. Thank you for the provided suggestions.

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.