Re: [Gambas-user] Gridview

2014-01-01 Thread Bruce
On Thu, 2014-01-02 at 14:53 +1030, Bruce wrote: > On Thu, 2014-01-02 at 14:34 +1100, Shane wrote: > > what is needed to get > > word warp height resizing working ? this is what i have > > > > GridView1.Rows[Index].Height = -1 > > GridView1[Index, 0].WordWrap = True > > > > so wordwarp works but t

Re: [Gambas-user] Gridview

2014-01-01 Thread Bruce
On Thu, 2014-01-02 at 14:34 +1100, Shane wrote: > what is needed to get > word warp height resizing working ? this is what i have > > GridView1.Rows[Index].Height = -1 > GridView1[Index, 0].WordWrap = True > > so wordwarp works but the height is not resized > > --

[Gambas-user] Gridview

2014-01-01 Thread Shane
what is needed to get word warp height resizing working ? this is what i have GridView1.Rows[Index].Height = -1 GridView1[Index, 0].WordWrap = True so wordwarp works but the height is not resized -- Rapidly troubleshoot