wrapping text in datagrid cells

T

Tim Roop

This is probably more obvious than I realize but I'm trying to find a way to make the text in each cell "word wrap" in each cell of a datagrid. Does anyone know if this is at all possible using the datagrid for a winform and if so, how do I go about making this work??

Thanks in advance...

Tim Roop
Messenger Corp.
 
T

Tim Roop

BTW, this is bound to a SQL dataset. I know that there seems to be a lot of
limitations as to what the grid itself is capable of and a lot seems to rely
on the dataset or record source. Is there something within the dataset that
I can set to achieve this???

Thanks,

Tim Roop
Messnger Corp.
This is probably more obvious than I realize but I'm trying to find a way to
make the text in each cell "word wrap" in each cell of a datagrid. Does
anyone know if this is at all possible using the datagrid for a winform and
if so, how do I go about making this work??

Thanks in advance...

Tim Roop
Messenger Corp.
 
T

Tim Roop

I now have this implemented and it is working very well. I was even able to
make it work with existing column layouts by just declaring the existing
column as the new class.

Thanks again for sharing!!

Tim Roop
Messenger Corp.
 
J

Jodie Rapson

Sweet As, it helped me too. :)

Jodie Rapson

Tim Roop said:
I now have this implemented and it is working very well. I was even able to
make it work with existing column layouts by just declaring the existing
column as the new class.

Thanks again for sharing!!

Tim Roop
Messenger Corp.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top