Remove this:
t.setScrollableY(true);
The Tabs themselves should NOT be scrollable
In PnlCurrentActivity use setScrollableY(true) because this component
should be scrollable.
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" gro
ok, I still cant seem to get this to work. Here is my layout:
Form (FrmMain) -> Tabs -> Container (PnlCurrentActivity). I set pull to
refresh on PnlCurrentActivity, but the refresh event never fires
FrmMain:
public class FrmMain extends com.codename1.ui.Form {
protected PnlCurrentActivity pnlCu
You can't have the Tabs component itself scrollable. It won't look good.
You want to have the containers added to the tabs as the
scrollable/refreshable elements.
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from th