Re: [Gambas-user] change row height in listview

2009-01-10 Thread Benoit Minisini
On vendredi 9 janvier 2009, Fabien Bodard wrote: > 2009/1/8 kobolds : > > how do I change the row height in listview ? > > I try change the the font . it work but look ugly . any other way ? > > > > I try to set listview1.item.height = 30 , but get error null object . > > Item represent the current

Re: [Gambas-user] change row height in listview

2009-01-08 Thread Fabien Bodard
2009/1/8 kobolds : > > how do I change the row height in listview ? > I try change the the font . it work but look ugly . any other way ? > > I try to set listview1.item.height = 30 , but get error null object . Item represent the current internal selected item... You must have items, and select i

[Gambas-user] change row height in listview

2009-01-07 Thread kobolds
how do I change the row height in listview ? I try change the the font . it work but look ugly . any other way ? I try to set listview1.item.height = 30 , but get error null object . couldn't find any help for that property also. -- View this message in context: http://www.nabble.com/change-r