Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - CXTListView not using CXTListCtrl?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTListView not using CXTListCtrl?

 Post Reply Post Reply
Author
Message
jaredf View Drop Down
Newbie
Newbie


Joined: 13 October 2005
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote jaredf Quote  Post ReplyReply Direct Link To This Post Topic: CXTListView not using CXTListCtrl?
    Posted: 24 July 2006 at 11:13am
Is there a reason why the CXTListView class uses the standard CListCtrl instead of the CXTListCtrl?
 
Anyone have a recommended work-around?
 
The methods of the CXTListCtrl I'm interested in are:
 
AutoSizeColumn()  ... would rather not want to write my own version of this code
SetSortImage()  ... would rather not write this code
GetColumnCount()  ... can get around this pretty quickly because I know how many columns I have to add
 
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 24 July 2006 at 12:45pm
Hi,
Same methods available for CXTListView.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
jaredf View Drop Down
Newbie
Newbie


Joined: 13 October 2005
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote jaredf Quote  Post ReplyReply Direct Link To This Post Posted: 24 July 2006 at 1:39pm

My bad, thanks for the response.  I was using ::GetListCtrl and casting it to CXTListCtrl and crashing on the methods when realizing it wasn't an XT control.

I see now that CXTLIstView is a child of the CXTListBase class which has the bulk of the added functionality.
 
Thanks again.
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.047 seconds.