Microsoft
Policy
Questions and answers to issues related to Microsoft: Windows, Applications, Development, Hardware, Server, Internet Protocols, Database, Exchange .
»
Development
»
.NET
»
(vb.net) How to wordwrap a cell in a datagrid
(vb.net) How to wordwrap a cell in a datagrid
How is it possible to wordwrap a cell in or an entire group of cells in a column in a databrid for a vb.net app ???
Any help on this matter would be greatly appreciated.
internet advertising
Solution: (vb.net) How to wordwrap a cell in a datagrid
One way you can do this is to use reflection to access the DataGrid internal row objects which are not publicly exposed. This solution was suggested by Matthew Benedict in a private communication.
http://www.syncfusion.com/
faq/winfor
ms/Files/
D
ataGridRow
Heights.zi
p
. The sample provides a class that you can instantiate by passing a DataGrid, creating a rowHeights object. Once you create this object, you can use an indexer on the object to set and get the rowheights.
try this one
http://groups.google.com/g
roups?hl=e
n&lr=&ie=U
TF-8&oe=UT
F-8&
selm=2
7c9c0d.030
5191330.7e
d3e709%40p
osting.goo
gle.com
but i don't know if it woks for win forms
Popular Tags
.Net
Tags:
2005
access
ASP.NET
C#
combobox
connection
convert
create
datagrid
datagridview
dataset
datatable
error
excel
file
form
from
how
javascript
Microsoft
sql
textbox
using
value
vb
VB.NET
windows
xml
Browse All Tags