Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Hide expansion button in  task panel
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Hide expansion button in task panel

 Post Reply Post Reply
Author
Message
DPDP View Drop Down
Newbie
Newbie


Joined: 25 August 2005
Status: Offline
Points: 14
Post Options Post Options   Thanks (0) Thanks(0)   Quote DPDP Quote  Post ReplyReply Direct Link To This Post Topic: Hide expansion button in task panel
    Posted: 17 October 2005 at 5:18pm

I am interested in using the task panel as a group of buttons. And I do not need the expansion >> button. Is there way to hide or remove it?

The second question is, can I customize the panel background using my own image ?

The third question is, can I arrange one items in horizontal direction instead of vertical?  =======

The fourth question is, can I arrange two group of items in two columns such as

= =

= =

= =

Thanks,

 

Back to Top
cpede View Drop Down
Senior Member
Senior Member


Joined: 13 August 2004
Location: Denmark
Status: Offline
Points: 683
Post Options Post Options   Thanks (0) Thanks(0)   Quote cpede Quote  Post ReplyReply Direct Link To This Post Posted: 20 October 2005 at 5:24am

Just use

CXTPTaskPanelGroup* pGroup = NULL;
pGroup = m_wndTaskPanel.AddGroup(1,0);
pGroup->SetExpandable(FALSE);

For the other questions, see similar post: http://forum.codejock.com/forum_posts.asp?TID=2827

-cpede

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.047 seconds.