Quote Originally Posted by Bulldog
I don't think there is any way to set the row heights individually.

Something you could do is set OwnerDraw and draw the ListView with your own code. This would take some time to do, but you could then have any layout and appearance that you wanted.

I don't know anything about your app, but rather than having a ListView with multiple sections (separated by blank lines), could you use several ListViews, one for each section? You can still move items between them, so it could still be made to look and behave like one ListView?

The ListView component does also support groups, but I don't have any experience using that feature.

Thats an interested idea but it would require some work. I allow the user to move the listview around with arrow keys, plus I allow adjustments to width. I would have to change code everywhere. I was hoping for something simplier. You would think that someone had code for an extended listview tht i could just download and integrate.