DataGrid question

  • Thread starter Thread starter web1110
  • Start date Start date
W

web1110

Hi,

I have a form with a DataGrid. How do I set it up so I can resize it during
execution.

Thanx,
Bill
 
Hi,

If this is WebForm, set up the Width and Height properties of your datagrid
instance in the form as percentage of the whole page. eg: 100% or so.

If this is a WinForm, you could use the Fill or Anchor properties to make
the datagrid automatically resize when form is resized.

HTH,
Rakesh Rajan
 
Back
Top