Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - CXTPTreeCtrl misses checkboxes and lines on update
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPTreeCtrl misses checkboxes and lines on update

 Post Reply Post Reply
Author
Message
joep View Drop Down
Groupie
Groupie


Joined: 18 February 2004
Location: Netherlands
Status: Offline
Points: 12
Post Options Post Options   Thanks (0) Thanks(0)   Quote joep Quote  Post ReplyReply Direct Link To This Post Topic: CXTPTreeCtrl misses checkboxes and lines on update
    Posted: 22 May 2013 at 7:43am
Hi, I have a CXTPTreeCtrl which I create as follows:

if (!m_wndTreeCtrl.Create(WS_VISIBLE|TVS_CHECKBOXES|TVS_HASBUTTONS|TVS_HASLINES|WS_CLIPCHILDREN, CXTPEmptyRect(), this, 0))

   return -1;With XTToolkitPro V15.3.1 the checkboxes and lines are shown as expected. But after upgrading to XTToolkitPro V16.1.0 the checkboxes and lines are not shown anymore. After going back to V15.3.1, the checkboxes and lines reappear in the tree control.

Does anyone know a solution to this problem?
 
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.