TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
fmcquaid
NA
9
0
ListBox Question
Nov 21 2004 8:16 PM
Here is my Code: double cost = 123.45; listView1.Clear(); listView1.View = View.Details; listView1.Columns.Add("First", listView1.Width - (listView1.Width/2) , HorizontalAlignment.Left); listView1.Columns.Add("Second", listView1.Width - (listView1.Width/2), HorizontalAlignment.Left); ListViewItem first = new ListViewItem ("first Item " + cost); ListViewItem second = new ListViewItem("second Item " + cost); listView1.Items.Add(first); listView1.???.???(??); What does this line of code need to be to Place the second Item in the second column. Thanks for any help
Reply
Answers (
2
)
How to know when a cd is inserted and its contents read
ComboBox & DataGrid