CodenameOne icon indicating copy to clipboard operation
CodenameOne copied to clipboard

Not scrolling in BoxLayout Y when using SwipeableContainer item inside

Open DurankGts opened this issue 2 years ago • 2 comments

When I scroll and item SwipeableContainer inside a Layout BoxLayout Y the scroll doesn't work in this item.

DurankGts avatar Oct 09 '23 14:10 DurankGts

I could found that the issue is when I use setLeadComponent inside a Scrollable Y with button. There is an efective way to listen pointer pressed in an Container without affect the Scroll event in a container List?

DurankGts avatar Oct 10 '23 17:10 DurankGts

Could you explain me the use of this method

Container.setBlockLead(true);

what must be the behaivor?

DurankGts avatar Oct 10 '23 17:10 DurankGts