Ed Leafe wrote:
> On Jul 7, 2008, at 1:56 PM, Paul McNary wrote:
> 
>> I read the mailing list about Word Wrap in a grid column.
>>
>> Where is the proper place for the code to go to set Word Wrap in a Grid
>> Column?
>>
>> I've tried it in the afterInit, initProperties of the grid with no
>> luck.
> 
>     It should work anywhere: col.WordWrap = True should work. Are you 
> setting the RowHeight tall enough to allow for multiple lines?
> 
> -- Ed Leafe
> 
> 
> 
> 
> 

Hello Ed

in the grid's:

def afterInitAll(self):
        self.RowHeight = 150
        for col in self.Columns:
           col.WordWrap = True

The RowHeight statment is being displayed
as set above but no word wrap.

Thank you

Paul McNary
[EMAIL PROTECTED]



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to