Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Task Panel
  New Posts New Posts RSS Feed - Button on the Right side of TreeNode in Task Panel
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Button on the Right side of TreeNode in Task Panel

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


Joined: 23 October 2009
Location: Canada
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote saurav_nielsen Quote  Post ReplyReply Direct Link To This Post Topic: Button on the Right side of TreeNode in Task Panel
    Posted: 23 April 2010 at 12:54pm
Presently we have CXTPTaskPanel, to which we have added CXTPTaskPanelGroup vis AddGroup and added TreeView Control to the TaskPanelGroup via AddControlItem. Presently the Task Panel appears as below -
 
-------------------
TaskPanel
-------------------
<Icon1>TreeNode 1
    <Icon2>Child1
    <Icon2>Child2
<Icon1>TreeNode 2
    <Icon2>Child3
 
Now we need to display it as below
 
------------------------------
TaskPanel
------------------------------
<Icon1>TreeNode 1
    <Icon2>Child1      <Button>
    <Icon2>Child2      <Button>
<Icon1>TreeNode 2
    <Icon2>Child3      <Button>
 
How can I add the buttons on the Right side in same TaskPanel?
 
 
 
saurav
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.156 seconds.