[Gambas-user] How to set width in tableview

Benoit Minisini gambas at ...1...
Sat Aug 27 17:07:55 CEST 2005


On Friday 26 August 2005 11:33, isy21 at ...1082... wrote:
> Hi all,
>
> I want to set row height in tableview.
> because i have a multiline text in field, by default tableview it only view
> first line or last line only. but i can resize height in runtime, by move
> row size.

That should work:
MyTableView.Rows[Y].Height = MyHeight

>
> I want to set height every row with same size, if possible can i set to
> autoheight ?
>

That should work too:
MyTableView.Rows.Height = MyHeight

> Thanks
>
>
> Ignatius
>

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list