Want to allow width resizing however.
By default, this property is set so that you are not able to resize the records. So, if you want not to be able to do so, you do not have to set it, as I mentioned in my previous post.
I want to turnoff the height resizing while leaving the user with the ability to resize the width of the cell. Row Height resizing gets really annoying when trying to do data entry because the resize icon pops up whenever you're trying to select cells because it believe you're attempting to change the row height..
I am little confused about what you want to achieve. In the title of this forum thread you want to turn off and in the description you want to enable this. Anyway, this is controlled by the DataRecordSizingMode of the FieldLayoutSettings.
xamDataGrid1.FieldLayoutSettings.DataRecordSizingMode = DataRecordSizingMode.SizedToContentAndIndividuallySizable;