Hi Support Team, I have few columns in XamDataGrid which I am able to resize. I 'm trying to set minimum width for each column to prevent from minimizing the entire column. Atleast one letter should show up for that I need to set up minimum width.Thanks in advance!Vim
Hello Vim,
Thank you for your post. I have been looking into it and I can suggest you use the XamDataGrid’s FieldSettings’ CellMinWidth Property. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
<Setter Property="MinWidth" Value="30"/>
I tried but not working