[Gambas-user] Property expand in Tabstrip

Les Hardy les at ...2337...
Sat Mar 6 09:34:42 CET 2010


craf wrote:
> Hi.
>
> How can I set a textbox to the width of a tastrip?.The property does not
> expand.
>
> Regards
>
>
>   
You can also do it directly on the tabstrip...

PUBLIC SUB TabStrip1_Arrange()

  TextBox1.Move(5, TextBox1.top, TabStrip1.width - 10, TextBox1.height)

END

Les Hardy




More information about the User mailing list