![]() |
Ugly gripper in modeless CXTPPropertySheet |
Post Reply ![]() |
Author | |
emen ![]() Newbie ![]() Joined: 26 May 2011 Location: Sweden Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 26 May 2011 at 5:29am |
The resize gripper in a modeless CXTPPropertySheet paints over the property page, anyone know how to fix this?
![]() class CSamplePropertySheet : public CXTPPropertySheet { public: CSamplePropertySheet() : CXTPPropertySheet(_T("CXTPPropertyPageTreeNavigator Sample")) { AddPage(&pageProperties); AddPage(&pageSample2); SetResizable(); } CTabTreePage pageProperties; CTabSamplePage pageSample2; }; CSamplePropertySheet* ps = new CSamplePropertySheet(); |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hello,
Thanks, checking how to move it to bottom. You can remove this gripper if add to CSamplePropertySheet BOOL CreateClient() { if (!CXTPPropertySheet::CreateClient()) return FALSE; m_scSizeIcon.DestroyWindow(); return TRUE; } |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
emen ![]() Newbie ![]() Joined: 26 May 2011 Location: Sweden Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() |
That's it!
Thank you very much!
|
|
![]() |
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 |