// JP opened flex table

Click to See Complete Forum and Search --> : How to create the extra space between parent and child in tree view control.......?


Basawaraj
June 30th, 2008, 06:11 AM
Dear all,

I want to create the extra space between parent and first child control in tree view control ,

I can set Indent for child from parent item in tree view control but I need to set extra gap between parent and first child in hieght..........?

VladimirF
June 30th, 2008, 11:08 AM
"To modify the height of individual items, see the description of the iIntegral member of the TVITEMEX structure." (from MSDN)

//JP added flex table