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
488
Column width when grid transposed
posted

How do you control column widths when the grid is transposed. Also, is there a way to allow the user to reset the column width when the grid is transposed (similar to the way column widths can be resized when the grid isn't transposed).

Parents
  • 69686
    posted

    Hello,

    Just to be clear, by transposed you mean that the XamDataGrid's Orienatation is Horizontal. If that is so, to change the records' height, you will need to set the DataRecordSizingMode property of the FieldLayoutSettings. You can clear any customizations you have made to the XamDataGrid with the ClearCustomizations(...) method, however this will not reset the records' height.

Reply Children
No Data