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
2116
Is there a way to turn off height resizing for datarecords?
posted

Want to allow width resizing however.

Parents
No Data
Reply
  • 69686
    Suggested Answer
    posted

    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;

Children