Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Removing static edge from PropertyGrid
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Removing static edge from PropertyGrid

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


Joined: 05 August 2006
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tomasz Quote  Post ReplyReply Direct Link To This Post Topic: Removing static edge from PropertyGrid
    Posted: 28 September 2006 at 7:49am
Hello,
 
I am using:
 
 grid.GetGridView().ModifyStyleE( WS_EX_STATICEDGE, 0 );
to remove static edge from property grid control. Unfortunatelly it works fine only when help part is not shown (ShowHelp(False)).
Otherwise, help part draws static edge anyway and there is no control over it, other than re-writing CXTPPropertyGridPaintManager::FillPropertyGrid(CDC* pDC) method.
 
Is it possible to fix that in next version of XTP?
 
Regards,
Tomasz
Back to Top
Tomasz View Drop Down
Senior Member
Senior Member


Joined: 05 August 2006
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tomasz Quote  Post ReplyReply Direct Link To This Post Posted: 07 October 2006 at 6:58pm
Is it possible to fix that in next version of XTP?
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: 16 October 2006 at 7:34am

Hello,

for next release we added
 
 xtpGridBorderNone,  // Without borders
 xtpGridBorderFlat,  // Black flat borders
 xtpGridBorderStaticEdge,// Static edge
 xtpGridBorderClientEdge
 
enumerators.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Tomasz View Drop Down
Senior Member
Senior Member


Joined: 05 August 2006
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote Tomasz Quote  Post ReplyReply Direct Link To This Post Posted: 16 October 2006 at 3:39pm
Thanks a lot !
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.141 seconds.