I want to set the size of list view..
how to set height, weight of listview??
Loading
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.
Sanjeeb LenkaPosted Sep 2, 2013, 2:36 AM
Refer to this link
http://asp-net-example.blogspot.in/2009/12/listview-itemtemplate-and.html
Nitesh KejriwalPosted Sep 2, 2013, 2:35 AM
Manj NPosted Sep 2, 2013, 2:16 AM
Manj NPosted Sep 2, 2013, 2:16 AM
Nitesh KejriwalPosted Sep 2, 2013, 2:15 AM
style="width:200px;height:300px;"
Sanjeeb LenkaPosted Sep 2, 2013, 2:14 AM
Manj NPosted Sep 2, 2013, 2:11 AM
Sanjeeb LenkaPosted Sep 2, 2013, 2:09 AM
you can fixed it in property window.
or
by code
listView1.Width=100;
listView1.Height=100;