![]() |
CXTListView not using CXTListCtrl? |
Post Reply
|
| Author | |
jaredf
Newbie
Joined: 13 October 2005 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 July 2006 at 12:45pm |
|
Hi,
Same methods available for CXTListView.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
jaredf
Newbie
Joined: 13 October 2005 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
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.
|
|
![]() |
|
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 |