July 24th, 2008 05:29 AM
#1
groupbox with buttons and scrollbar in MFC
Hi,
I need to add many buttons to groupbox and it should get the scrollbar if the buttons dont fix in to the groupbox. In .NET we can do it through Panel control. But please tell me how to do it in MFC.
July 25th, 2008 04:32 PM
#2
Re: groupbox with buttons and scrollbar in MFC
I think groupbox doesn't have scroll capabilities in MFC. If it's helpful - you can use another dialog with a scrollbar instead of groupbox.
July 25th, 2008 06:13 PM
#3
Re: groupbox with buttons and scrollbar in MFC
You can use a groupbox which contains a child dialog with the scrollbar and buttons.
Btw, how many buttons are you thinking of creating? What is the layout of the buttons?
May 13th, 2010 12:47 AM
#4
Re: groupbox with buttons and scrollbar in MFC
How do you add such embedded dialogs, using Visual Studio 2005 ? (still building an old MFC app)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks