Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] ScrollBars in View

Hi Sven,

 

I guess you are using the UI Builder module for this task. Currently we do not provide a nice module method to create a scrolled composite. However you could create the Java instance on your own and use addControl() to add it to your layout. Then use pushComposite(yourScrolledControl)  to set it as the active composite to be used for your UI elements.

 

HTH

Christian

 

From: ease-dev-bounces@xxxxxxxxxxx <ease-dev-bounces@xxxxxxxxxxx> On Behalf Of NEUMANN.Sven
Sent: Freitag, 15. November 2019 09:25
To: ease-dev@xxxxxxxxxxx
Subject: [ease-dev] ScrollBars in View

 

Hello Devs,

 

I have made a big View  EASE-Script(Python) and need to set Scollbars.

How is this possible with Python or also in _javascript_.

 

Best Regards

Sven

 

 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top