DataGridViewColumn with multiline textboxes
-
How can I have/create a DataGridView having DataGridViewColumns with multiline textboxes? (The standard DataGridViewTextBoxColumn cell are single line TextBox objects.) Is there some way to access the properties of the underlying TextBox objects in a DataGridViewTextBoxColumn (i.e., to change the Multiline property to true)? Or, do I have to create a new class inheriting from DataGridViewColumn ? Thanks! Tom
-
How can I have/create a DataGridView having DataGridViewColumns with multiline textboxes? (The standard DataGridViewTextBoxColumn cell are single line TextBox objects.) Is there some way to access the properties of the underlying TextBox objects in a DataGridViewTextBoxColumn (i.e., to change the Multiline property to true)? Or, do I have to create a new class inheriting from DataGridViewColumn ? Thanks! Tom
Do you know when Googled 'datagridviewtextboxcell multiline' The very first hit seemed to have an answer that would work. Or at the very least be a damned good place to start.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Do you know when Googled 'datagridviewtextboxcell multiline' The very first hit seemed to have an answer that would work. Or at the very least be a damned good place to start.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”