B4J Question Adding a scrollpane to tabpane

M.LAZ

Active Member
Licensed User
Longtime User
Hi..
please any help for how to add scrollpane to tabpane
so every tab has it's layout
and i load it with:
TabPane1.LoadLayout("dashboard", "Dashboard")
TabPane1.LoadLayout("activiteis","activiteis")
so how i can add a scrollpane to every tab in tabpane
 
Top