Print Page | Close Window

Ribbon Custom Layout

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=21571
Printed Date: 06 October 2024 at 9:08am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Ribbon Custom Layout
Posted By: anniesea
Subject: Ribbon Custom Layout
Date Posted: 01 April 2013 at 1:23am
Is there any way to develop ribbon like this?



Replies:
Posted By: Alex H.
Date Posted: 04 April 2013 at 7:18am
I was looking for the same feature but couldn't find it :-(
The problem is mixing of grouped items like the format group with the other Buttons is not possible.
Grouping of controls works only for a complete new group.

        pGroup = pRibbonTab->AddGroup(_T("My Group"));
        if(pGroup)
        {
            pGroup->SetControlsGrouping();

...



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net