How do i change the width and height of Listview Item in C# ?
my serial no contains around 30 char length , i need to list out those serial no's in Listview .

here serial no is not displaying completely.
any suggestion how to set width and height?

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Upendra Pratap ShahiPosted Jun 8, 2015, 12:53 AM
listView.AutoResizeColumns(ColumnHeaderAutoResizeStyle.HeaderSize);