![]()  | 
 
Bug in CListCtrl | 
 
    Post Reply  
   | 
  
| Author | |
   
   angelsoriasanagustin  
   
   Groupie  
   Joined: 16 September 2015 Location: Spain Status: Offline Points: 46  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Topic: Bug in CListCtrlPosted: 14 June 2016 at 6:02am  | 
 
| 
   
    
   Hi. 
   
  I'm using ToolkitPro v 17.2 with VisualStudio 2015. Theme is Office2010 Black. When I try to put the small sort arrow in a CListCtrl control header with this: 			HDITEM hditem = {0}; 			hditem.mask = HDI_FORMAT; 			VERIFY( GetHeaderCtrl()->GetItem( 0, &hditem ) ); 			hditem.fmt &= ~(HDF_SORTDOWN|HDF_SORTUP); 			hditem.fmt |= HDF_SORTDOWN; 			VERIFY( CListCtrl::GetHeaderCtrl()->SetItem( 0, &hditem ) ); The program hangs in debug mode. In release mode runs, but no arrow is shown. Without the use of ToolkitPro works fine. Can you test it ? 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  |