4
Answers

Arrange Control As Per Listview Columns

mahesh waghela

mahesh waghela

13y
1.3k
1

 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)
0
Sanjeeb Lenka
NA 22.1k 1.3m 11y
hi,

you have to set the startup object. for set the start up object follow this step.

open solution explorer. select the solution or right click on solution and click on properties.


in property window set the startup object as your class name.

follow the screen.




2nd