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
Try this to remove useless space after last row.
<ur grid name here>.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;