[Gambas-user] change row height in listview

Fabien Bodard gambas.fr at ...626...
Fri Jan 9 08:50:32 CET 2009


2009/1/8 kobolds <kobolds at ...2041...>:
>
> 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 it... or use a key

ListView["mykey"].height = 30




> couldn't find any help for that property also.
> --
> View this message in context: http://www.nabble.com/change-row-height-in-listview-tp21347121p21347121.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list