3 messages in com.googlegroups.google-desktop-developerRe: C# Plugin: ContentItem Height
FromSent OnAttachments
popsito8210 Oct 2005 05:51 
poz10 Oct 2005 06:15 
popsito8212 Oct 2005 03:29 
Subject:Re: C# Plugin: ContentItem Height
From:poz (sati@hotmail.com)
Date:10/10/2005 06:15:10 AM
List:com.googlegroups.google-desktop-developer

You have to override "GetItemHeight()" and return the required height there. DrawItem only gives you the calculated rect to draw into, if you draw outside the given rect it will not increase the item's height.

popsito82 wrote:

Hello,

I want to change the height of the items being displayed in the plugin.

I tried changing the bounds variable sent in the DrawItem(), it changes, but when I hover over it with the mouse, the active area is still the old size. Does anyone know how I can do this ?

Another thing, Did anyone try making an activex control using c# to replace the normal DetailsViewHelper ?

Thanks in advance