group margins |
Post Reply |
Author | |
playertwo
Newbie Joined: 22 December 2006 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 22 December 2006 at 11:59am |
I have a Task Panel using the toolbox style. I have added a tree control as a control item to a task panel group. This works fine except that I want the tree control to take up the entire group area. As it is now, there are margins around the tree control, and, while the width of the tree control is always stretched to take up most of the group space, the height remains fixed at whatever I create. How can I make the tree control (or any control) take up the entire group area?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, you have to set bAutoHeight to true for item:
CXTPTaskPanelGroupItem::SetSize(CSize szItem, BOOL bAutoHeight)
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |