vb.net - Custom styled ListBox with several strings -


i'm working on vb project , need listbox.

i need create listbox populated data database. alternative of course datagridview, that's not want. want style listbox output several strings database:

  • a title header
  • an icon
  • and other sub-headings

this picture kind of demonstrates how want look:

enter image description here

i have looked bit wpf, i'm not sure how it's used vb. project vb-class i'm taking, it's kind of mandatory vb.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -