Apr 4, 2006 #1 rcloutie Programmer May 26, 2005 164 CA Hi there, Is there any way for the TTreeView to not waste area reserved for the Image if ImageIndex=-1 (i.e. some nodes have ImageIndex assigned and others not) Maybe OnCustomDraw or OnCustomDrawItem??? Thanks for reply, Rej Cloutier
Hi there, Is there any way for the TTreeView to not waste area reserved for the Image if ImageIndex=-1 (i.e. some nodes have ImageIndex assigned and others not) Maybe OnCustomDraw or OnCustomDrawItem??? Thanks for reply, Rej Cloutier
Apr 4, 2006 #2 BobbaFet Programmer Feb 25, 2001 903 NL Have you tried assigning a 1x1 pixel image to the empty space? BobbaFet Code: if not Programming = 'Severe Migraine' then ShowMessage('Eureka!'); Upvote 0 Downvote
Have you tried assigning a 1x1 pixel image to the empty space? BobbaFet Code: if not Programming = 'Severe Migraine' then ShowMessage('Eureka!');
Apr 5, 2006 Thread starter #3 rcloutie Programmer May 26, 2005 164 CA Area reserved still 16x16... Upvote 0 Downvote