I have a datagrid column which I want to expand when i type in some text. Initially I tried increasing the column width on the key down event of that DataGridTextBoxColumn, but it didn't work out as expected. Now, I am trying to increase the height of the row to make it as a multiline column.
priv...
more >>
Hello,
I am just beginning using the .NET Framework and keep trying to put a string into the resx file associated with the form. That works fine unless I make a change to the form and the designer seems to overwrite the whole resource file, thus erasing my strings. Is there any way to protect...
more >>