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
ARTURO
NA
16
0
Owner Drawn ListView in C#
Sep 18 2003 3:22 PM
hi,Does anyone know how to get text longer than a column in a listview in c#? This is easy in c++.you only have to check the LVS_OWNERDRAWFIXED style. then you only have to call the CListCtrl method MyListCtrl.SetItemData(rownumber,0). where rownumber is the item you want the text to spread over all other columns. TO BE DISPLAYED IN COLUMNS set it to 1 MyListCtrl.SetItemdata(rownumber,1) how can this be accomplished in c#? thanks in advance.
Reply
Answers (
1
)
Scrolling in a print preview control using keyboard
Usage Collection Item in Property Grid.