DataGrid Help

  • Thread starter Thread starter Amir
  • Start date Start date
A

Amir

Hi
is there any way I can get DataGrid Height During Runtime

because my DataGrid is linked to a database and its height could differ
under different situations

and I have controls under the DataGrid...and I don't want my dataGrid to
cover them up

so I was looking for something that would give me the DataGrid height during
runtime so I can set my controls positions right

any help would greatly be appreciated
 
You should put your datagrid into the table.

Create table with 2-3 rows in one row insert your datagarid, and all your
other items insert into second row.
 
Back
Top