Re: [Gambas-user] Scrollbars

2012-09-05 Thread rocko
My scrollbar does not display at all, it is set to visible=true. It is on the FMain form, the form does have spacing and a margin, maybe the padding setting is too high I'll mess with it and see. On Wed, 2012-09-05 at 21:28 +0200, M. Cs. wrote: > You can have a ScrollView component which is a cont

Re: [Gambas-user] Scrollbars

2012-09-05 Thread M. Cs.
You can have a ScrollView component which is a container itself. You can also have a ScrollBar which is shown unless you set the Visible property to false. I have no problems maximizing the window: the ScrollBar is shown properly. Csaba 2012/9/5 rocko > If I put a scrollbar on a form, then run

[Gambas-user] Scrollbars

2012-09-05 Thread rocko
If I put a scrollbar on a form, then run the app and maximized the window, shouldn't the scrollbar show?? I currently have a scrollbar on a form and when I maximize the window the scrollbar does not appear and the bottom half of my window is blocked. Does the scrollbar need to be in a container?