list view control 
Author Message
 list view control

Hi,
  I want to do the following with List control

1)Have multiple rows for an entry
2)Format the text colour and size .
3)Dispaly icons in a location.

 Please suggest some way to do this.
Thanks,
-Venkatesh



Mon, 21 Feb 2005 00:39:51 GMT  
 list view control
You could use the listbox control instead. Use LBS_OWNERDRAWVARIABLE
and draw all items by hand.

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD

MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================

Quote:

> Hi,
>   I want to do the following with List control

> 1)Have multiple rows for an entry
> 2)Format the text colour and size .
> 3)Dispaly icons in a location.

>  Please suggest some way to do this.
> Thanks,
> -Venkatesh



Mon, 21 Feb 2005 08:29:51 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. List View control and Tree View Control

2. List View control and image lists

3. Tree View and List View controls

4. Scrolling event of list box and list view control

5. ALT Dialog control and List View Control

6. WM_MEASUREITEM , CListCtrl (win32 list view control) and control reflection

7. Slow repainting of list view control

8. mutiline list view control

9. list view control in 95

10. list view control

11. Set icon on list view control without MFC

12. List View control shows only the last row?

 

 
Powered by phpBB® Forum Software