CXTPTreeCtrl GUI Issues |
Post Reply |
Author | |
mikegb
Newbie Joined: 31 October 2013 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 31 October 2013 at 10:26am |
Using Toolkit Pro 16.2.4. Consider the following dialog box with 4 columns of 2 tree controls per column. Separated as follows: Column 0, Row 0 - CTreeCtrl Column 0, Row 1 - CTreeCtrl with images Column 1, Row 0 - CTreeCtrl with explorer theme (i.e. Windows SetWindowTheme API) Column 1, Row 1 - CTreeCtrl with images and explorer theme Column 2, Row 0 - CXTPTreeCtrl Column 2, Row 1 - CXTPTreeCtrlwith images Column 3, Row 0 - CXTPTreeCtrl with explorer theme (i.e. CXTP SetExplorerTheme API) Column 3, Row 1 - CXTPTreeCtrl with images and explorer theme With checkboxes enabled, this is how CXTPTreeControl compares to the standard tree control: Following CXTPTreeControl GUI issues are identified:
I can fix the GUI issues by using this class instead: class CXTPTreeCtrlHack : public CXTPTreeCtrl { virtual void DoPaint(CDC& dc, BOOL bInternal) { __super::DoPaint(dc, FALSE); } }; But then you lose other CXTPTreeControl features. Wanted to let you know. Thanks. |
|
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 |