4
Reply

Arrange Control As Per Listview Columns

mahesh waghela

mahesh waghela

Jun 2 2011 7:42 AM
1.3k

 How to arrange control like textbox below listview.columns.[]? . I think listview.columns doesn't have any property or method for arrange other controls exact below listview columns.

It is require when your form and other control including Listview are resizable.

I have Following example :

Listview1

Columns(1) (Amount1)     Columns(2)(Amount2)       Columns(3)(Amount3)

1000                                          2000                                     3000


And I wants textBox1,textBox2 and textBox3 Exact Below Listview and Resizable as per listview Columns. How to do it?.



Answers (4)