Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WordWrap in VSFlexGrid 7.0

Status
Not open for further replies.

TorrediPisa

Programmer
Apr 15, 2004
67
0
0
IT
Hello everyone.

I am trying to use the property AutoWrap in a VSFlexGrid.
Let's say I have a grid with three columns and many rows.
I want the text contained in the cells of the first column to wrap within the cell (upsizing consequently the row height) if it is longer than the cell.
I have coded fg.AutoWrap but it doesn't cause the effect I need.

Besides indicating fg.AutoWrap = True
are there other properties or methods to be set?

Thank You very much for yr help.
Regards
TdP
 
If memory serves you have to change the "AllowUserResizing" to Row or Both
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top