EndUser can adjust column's "Width" free in UI,
but can't adjust row's "Height",
because the height is fixed,
then how can I make EndUser to adjust rows's "Height" free ?
thanks
Hi Alex,
I'm using this property in xaml. though my CellvaluePresenter data gets cut off as the row is not resizing automatically to fit all context in CellValuePresenter.
any solution for this?
Are you using the DataRecordSizingMode property of the FieldLayoutSettings, which Andrew suggested?
Alex,
In my experience this does little more than to push the content of the cell down and out of view. It never actually changes the height of the row.
Glenn
A cow flew by.
thank you !
It is !!
<my:xamDataGrid1.FieldLayoutSettings> <igDP:FieldLayoutSettings DataRecordSizingMode="SizedToContentAndIndividuallySizable" /></my:xamDataGrid1.FieldLayoutSettings>