Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - Ribbon Custom Layout
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Ribbon Custom Layout

 Post Reply Post Reply
Author
Message Reverse Sort Order
Alex H. View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 February 2004
Status: Offline
Points: 266
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alex H. Quote  Post ReplyReply Direct Link To This Post Topic: Ribbon Custom Layout
    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();

...
Back to Top
anniesea View Drop Down
Newbie
Newbie


Joined: 25 March 2013
Location: china
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote anniesea Quote  Post ReplyReply Direct Link To This Post Posted: 01 April 2013 at 1:23am
Is there any way to develop ribbon like this?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.