Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multi line row in ListView? 1

Status
Not open for further replies.

BlueGhost79

Programmer
Feb 6, 2008
11
US
Is it possible to have multiple lines per row in a listview? If so, how would I go about implementing this?

thanks.
 
When you say, "multiple lines per row," are talking about multiple columns per row or multiple rows in a column per row?


James P. Cottingham
-----------------------------------------
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
I guess I should have said I need cells that allow for multiple lines of text.

each row, regardless of number of columns needs to be able to have two or more lines of text within it.
 
I'm assuming you will have to draw a custom cell. Look at BCBCAQ's View CAQ for more info.


James P. Cottingham
-----------------------------------------
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top