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