Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - TaskPanel Margins
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TaskPanel Margins

 Post Reply Post Reply
Author
Message
JamesH View Drop Down
Senior Member
Senior Member


Joined: 01 December 2004
Status: Offline
Points: 149
Post Options Post Options   Thanks (0) Thanks(0)   Quote JamesH Quote  Post ReplyReply Direct Link To This Post Topic: TaskPanel Margins
    Posted: 13 September 2005 at 4:08pm

How do I elimate the top border on a task pane with a group that has no caption?

I make these calls:

 spTaskPanel->SetGroupInnerMargins( 0, 0, 0, 0 );
 spTaskPanel->SetGroupOuterMargins( 0, 0, 0, 0 );
 spTaskPanel->SetItemInnerMargins( 0, 0, 0, 0 );
 spTaskPanel->SetItemOuterMargins( 0, 0, 0, 0 );
 spTaskPanel->SetMargins( 0, 0, 0, 0, 0 );
and

 group->CaptionVisible = VARIANT_FALSE;

but the task panel looks like this:

How do I get the first item to be dispalyed in the very top left?

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 13 September 2005 at 11:42pm

Hi,

Unfortuantelly it is bug of all "plain" derived themes, that reserves space for caption even if it doesn't visible. :(

Fixed for next release.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.125 seconds.