I have a dataGrid
with 2 columns " code " and " description " and when setting the sizes, I don't know how to tell the " description " column that its width occupies the rest of the datagrid
. Nothing I have read has worked for me. Can you give me a cable please?
You are right, the proper thing to do is to use the property
AutoSizeColumnsMode
only by setting the valueFill
, as follows.use this way
font
you can also make it AutoSizeColumnsMode