I have a grid its horizontal and vertical alignment properties are set to "Stretch". The grid contains cells which have template columns for cell editmode. If I set the template column width property to use * sizing the cells split the size between all cells in the grid and fill all available space. The problem occurs when I put the cell in editmode. The cell does not grow to accomodate its content. The only way I have found to make the cell grow to accomodate its content is by setting Width to "Auto", but then my cells dont fill all available grids space. Can someone please help me solve my issue.
Thanks in advance,
Will
Hello Will,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.
No, this does not fix my problem because the star sizing does not resize my cell when my cell goes in edit mode
I have been looking into your requirement but it seems like am missing something about your scenario, so could please modify my sample and send it back to me, so it reproduces your behavior and I will investigate it further for you. Also could you please send me a screenshot of the desired result.
I have updated the sample please look at the behavior of the first column which I modified the template. I have the column width set to star sizing when the column goes to edit mode it is not growing to accomodate it childresn
Hello,
I have been looking into you requirement and I modified the sample you have sent me, so now it works as you want. Basically I handled CellEnteringEditMode and CellExitingEditMode to change the first Column Width. Please let me know if this helps you or you need further assistance on this matter.