How can i get a listview as this
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts
Page 1 of 1
How can i get a listview that looks like this?


hello m8
i think thats not a listview maybe you can use custom controls for that
to load into a flowlayoutpanel.
i think thats not a listview maybe you can use custom controls for that
to load into a flowlayoutpanel.
Last edited by Dummy1912 on Sun Feb 10, 2013 11:10 pm, edited 1 time in total.
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
Dummy1912 wrote:hello m8Do you have any idea how i can obtain that ?
i think thats not a listview maybe you can use custom controls for that
to load into a table thingy.
something like this
Code: Select all
FlowLayoutPanel1.Controls.Clear()
Dim b As New _Box2() 'your custom control
b.Text = "test"
b.Size = New Size(500, 130)
FlowLayoutPanel1.Controls.Add(b)
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
here is a example of a Fake-ListView.
To make it look more like the one above that you posted, use image.
To make it look more like the one above that you posted, use image.

You do not have the required permissions to view the files attached to this post.
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023