3 Replies - 317 Views - Last Post: 04 February 2012 - 10:57 AM Rate Topic: -----

Topic Sponsor:

#1 sela007  Icon User is offline

  • D.I.C Addict

Reputation: 67
  • View blog
  • Posts: 522
  • Joined: 21-December 11

datagridview cell as multiline textbox?

Posted 04 February 2012 - 10:11 AM

Hi everyone!
I am interesting is there any way to set default cell style as multiline textbox?
Is This A Good Question/Topic? 0
  • +

Replies To: datagridview cell as multiline textbox?

#2 CharlieMay  Icon User is online

  • This space intentionally left blank
  • member icon

Reputation: 960
  • View blog
  • Posts: 3,354
  • Joined: 25-September 09

Re: datagridview cell as multiline textbox?

Posted 04 February 2012 - 10:47 AM

You can set WrapMode = True in the columns settings.
Was This Post Helpful? 1
  • +
  • -

#3 sela007  Icon User is offline

  • D.I.C Addict

Reputation: 67
  • View blog
  • Posts: 522
  • Joined: 21-December 11

Re: datagridview cell as multiline textbox?

Posted 04 February 2012 - 10:53 AM

thanks!
Was This Post Helpful? 0
  • +
  • -

#4 CharlieMay  Icon User is online

  • This space intentionally left blank
  • member icon

Reputation: 960
  • View blog
  • Posts: 3,354
  • Joined: 25-September 09

Re: datagridview cell as multiline textbox?

Posted 04 February 2012 - 10:57 AM

You can also set the AutoSizeRowsMode property so that it will grow with the text that it contains.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1