[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: how to make a scrollable view ?

Try using ScrolledComposite (org.eclipse.swt.custom).

"anthony saucet" <anthony.saucet@xxxxxxxxxxx> wrote in message
news:b9tn7t$83f$1@xxxxxxxxxxxxxxxx
> I have a View with a GridLayout. I want this view to be scrollable
> (H_SCROLL and V_SCROLL).
> How can I do that ?
> Have I to change the layout, 'cause GridLayout does not allow ? I've tried
> with FillLayout but no change.
>
> thx
> anthony
>