Print Page | Close Window

Hide expansion button in task panel

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=3053
Printed Date: 09 November 2025 at 5:11am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Hide expansion button in task panel
Posted By: DPDP
Subject: Hide expansion button in task panel
Date 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,

 




Replies:
Posted By: cpede
Date 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 - http://forum.codejock.com/forum_posts.asp?TID=2827

-cpede




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