[Gambas-user] How to change orientation of tabstrip of workspace

Benoit Minisini gambas at ...1...
Mon Apr 21 14:39:43 CEST 2008


On dimanche 20 avril 2008, richard terry wrote:
> If I do this to put a form on a workspace:
>
> Public aForm As frmCarePlanColumns
>
>
> Public Sub Form_Open()
>    aForm = New frmCarePlanColumns
>    Workspace1.Add(aForm)
>    Workspace1.ActiveWindow.Title = "A Title"
>
> End
>
> How can I access the tabstrip to set the orientation to tabstrip.bottom?
>
> Thanks.
>
> richard
>

I will add an Orientation property to the Workspace control for that.

Regards,

-- 
Benoit Minisini




More information about the User mailing list