Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
UltraGrid rows
posted

Hello,

I have an UltraGrid which I display 5 rows in. When my 5 rows are bound, there is an useless space below the last row.

So here is my question, is there any Infragistics property to set, which enable me to quit this useless space ?

How can I ensure that all my rows are displayed inside the whole visible row-layout height ?

I've tried to do it dynamically dividing the sum of the row-layout height by the number of displayed row but a piece of the last row is hidden by the ultragrid's bottom border.

Any easier solution ?

Thanks for your answers.

 

Rivo

Parents
No Data
Reply
  • 10
    posted

     

     

     

    Try this to remove useless space after last row.

    <ur grid name here>.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;

     

     

Children
No Data