C# Listview : How do I get RowHeader

Posted by Gaddigesh on Stack Overflow See other posts from Stack Overflow or by Gaddigesh
Published on 2010-04-16T07:50:26Z Indexed on 2010/04/16 7:53 UTC
Read the original article Hit count: 221

Filed under:
|
|

I have a ListView whose size is fixed to maximum of 10 items

View Property is set to List and scroll is disabled

I want to get row headers numbered from 1 to 10

How do I get that??

© Stack Overflow or respective owner

Related posts about c#

Related posts about listview