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

Ribbon Layout

 Post Reply Post Reply
Author
Message
Beth View Drop Down
Groupie
Groupie


Joined: 10 December 2004
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote Beth Quote  Post ReplyReply Direct Link To This Post Topic: Ribbon Layout
    Posted: 15 February 2013 at 7:34pm

 

I am building a ribbon group and wish build one like that in Excel (see the first picture). The problem is that I could not layout Bold, Italic, underline, font color, and background color on the same row as I intended(see the second picture). I also want to have Font and Size controls on the same row as well. How do I accomplish that?  Thanks, Beth

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 16 February 2013 at 5:23pm
try control grouping and centering for the group and see which one is best for your needs.
Back to Top
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 Posted: 12 March 2013 at 7:53am
The problem is, that you can only wrap the controls within a group by pGroup->SetControlsGrouping(TRUE);
and then starting a group by setting 
pControl->SetBeginGroup(TRUE);

I haven't found the feature to enable the separators like used in Outlook plus the wrapping.
@Codejock: Any way to keep the separators?
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.172 seconds.