To add a Control Under Datagridview (Adjust X & Y)
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I want to display a control(ListView) inside the datagrid view So the problem I encounter r: 1.How to get the Top & Left of the cell underneath I want to display that List View 2. If I add that List View with me.datagridview1.controls.add(Lisview) Listview.setBounds(hti.ColumnX,Hti.RowY,100,100) But this is also not suceeded Properly Then the control at the last or last to last row Cuts As the ListView does not get the proper Space to occupy Should I add that control to form Rather than DataGridView But then how to Show the list view correspondingly with Datagridview cells (Like every cell in the Column2 has a image Clik on that iamge will show LisView underneath that cell) Thanks For this Help Hema Chaudhry