Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enhancing tree control 1

Status
Not open for further replies.

6142

Programmer
Oct 18, 2000
18
CA
Hello

I'm working in VC++ 6 , with MFC List Control wrapper - CListCtrl.
I would like to have for each item two images in the tree
control.
That mean every item has two images in a line that precede
it.

The tree view control computes the height of the items ( all items have the same height ) based on the
window font

How can i change the default height of an Item in a CListCtrl ?

Does anyone know how ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top