Setting datagrid height

  • Thread starter Thread starter RateTheBuilder
  • Start date Start date
R

RateTheBuilder

Hi

I have a datagrid on my page, which has the MaximumHeight set to 400px. So
when the number of rows exceeds this height, then the vertical scroll
appears.

My problem is that when there is only a couple of rows and the height is far
less than 400px, there is a large space to the next item on the page. Does
anyone know how I can reduce this gap until the datagrid height of 400px is
reached?

Hope I have explained the problem ok!

Thanks

Brendan

______________________________________________
Rate your experiences with your UK and Ireland builders at
http://www.ratethebuilder.co.uk
=========================================
 
Rate,

In the same way as you can reduce the gab in a glas of beer when you have
drunk that half empty.

You can take a smaller glass (lower the height accoording to the showed
rows) or fill it up again, but in the latter case fill it than with beer, it
is possible with water (adding empty rows to your datatable and a not showed
column to get them at the end) , but it gives not the effect you probably
want.

Cor
 
Back
Top