Widget that stays static while screen scolls

2 messages - 916 views

Dear Kalmeo team

Is there a way to split a screen where only the second container is scrollable?

I would like to create a screen that contains a "static" heading-part and a scrollable menu part. The heading part needs not be focusable, only the scolling part should be focusable.

 

Any suggestions?

 

I'm not very sure your problem.if the "static" heading-part is at the top of window,u can contail a panel and scrollpanel by use inline layout.If the "static" part must lay over the scrollpane, the static layout maybe work.