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
245
Width = "Auto" and resize="true"
posted

In the xamDataGrid, I have the column size set to Auto, and resize set to true. I was hoping that when the form opened up, it would set the size via the Auto alogrithm, and then allow the user to move where the column edges are.

I can only get the column to move when I have the width not set to auto.

 

So, how does one go about getting the default to be auto, and allowing the user to grab a column and dynmically changing the width?