mahesh waghela

mahesh waghela

  • NA
  • 93
  • 113.1k

Arrange Control As Per Listview Columns

Jun 2 2011 7:42 AM

 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)