Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to change the vertical distance between listview items when the view is set to Details or List in the native listview control?

What I have tried:

I have tried Binging and have not found an answer.

Any Help would be greatly appreciated.
Posted
Updated 13-Dec-19 20:34pm
v2
Comments
[no name] 13-Dec-19 18:57pm    
Add margins or padding to the containers and / or children as appropriate. Or change the item template properties if applicable.

1 solution

You can change the imagesize property of the small imagelist, see answer here: [RESOLVED] listview item size-VBForums[^]

Alternatively use an ObjectListView with the RowHeight property, see: https://www.codeproject.com/Articles/16009/A-Much-Easier-to-Use-ListView-2
 
Share this answer
 
Comments
LeMS_Studios 14-Dec-19 10:41am    
Thanks, I used the imagesize property.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900