Getting desparate here.
I have report with 2 columns;
section header
Comment
I need the "section header" row at one height, say 25. and the Comment row at say 100.
Is this possible and if so how? Also is there a way to get the comment cell to wordwrap the contents?
Currently been trying: uwGridRptResultsTP2.Rows(intIndex).Height = 100
But it only does all rows. Even if I loop thru all rows and set then during the loop. they all seem to come out whatever the last one is set to.
Help!
Thanks
Deasun
Deasun,
You need to set uwGridRptResultsTP2.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Free
-Matt