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.
5 posts Page 1 of 1
Contributors
User avatar
AnoPem
VIP - Donator
VIP - Donator
Posts: 441
Joined: Sat Jul 24, 2010 10:55 pm

How can i get a listview as this
AnoPem
How can i get a listview that looks like this?
Image
https://t.me/pump_upp
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

hello m8
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
User avatar
AnoPem
VIP - Donator
VIP - Donator
Posts: 441
Joined: Sat Jul 24, 2010 10:55 pm

Re: How can i get a listview as this
AnoPem
Dummy1912 wrote:
hello m8
i think thats not a listview maybe you can use custom controls for that
to load into a table thingy.
Do you have any idea how i can obtain that ?
https://t.me/pump_upp
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

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
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

here is a example of a Fake-ListView.
To make it look more like the one above that you posted, use image.

Image
Fake-ListView.zip
You do not have the required permissions to view the files attached to this post.
Image
5 posts Page 1 of 1
Return to “Coding Help & Support”