[Gambas-user] Property expand in Tabstrip

Les Hardy les at ...2337...
Sat Mar 6 09:26:50 CET 2010


craf wrote:
> Hi.
>
> How can I set a textbox to the width of a tastrip?.The property does not
> expand.
>
> Regards
>
>
>   
I assume the tabstrip is arrange by the form.
With TextBox1 in TabStrip1....

PUBLIC SUB Form_Arrange()
  TextBox1.Move(5, TextBox1.top, TabStrip1.width - 10, TextBox1.height)
END

Regards
Les Hardy




More information about the User mailing list