Song Lee

Song Lee

  • NA
  • 47
  • 37.3k

Winforms listbox

Oct 31 2014 1:10 PM
Hello,
 
I am making a program that will ask user to input date,hour,priority, description, and program displays on the list box. 
I made a list box:
(date, hour,priority, description are labels)
http://i1290.photobucket.com/albums/b527/sarukkie/listbox_zpsd7ec2bff.png

and I want to fill it up to something like this :
http://i1290.photobucket.com/albums/b527/sarukkie/123213_zpsff383397.png

So far, got:  codes to get all the date, hour, priority, description, but only priority shows up when I do : listBox1.Items.Add(t);

Question: is there a way to "divide different categories (date, hour.. etc) within the listbox? 

Answers (2)