Hi CUBA Team,
I’d like to set ScrollBoxLayout to top.
Is it possible to do that?
Regards,
CK
Hi CUBA Team,
I’d like to set ScrollBoxLayout to top.
Is it possible to do that?
Regards,
CK
Hi.
Could you please clarify what you trying to achieve?
If you want scroll programmatically to top, there is no such ability, but you can focus the first component is ScrollBox and it will be scrolled to this component automatically after screen opening.
Regards,
Natalia.
Hi Natalia,
hmm… let me try again your approach.
I’m actually add the menu item manually due to certain scenario. The scroll box doesn’t stick to top of scroll box for some unknown reason. It stays at middle.
Regards,
CK
It appeared that since platform version 7.2.3 ScrollBoxLayout implements Scrollable interface. See the issue.
Regards,
Natalia