FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

Add Tab To Sub Layout

Open danyabdo94 opened this issue 5 years ago • 1 comments

As per the next image image I want to add another tab beside the tab .. and as per the demos : I should use (layout as FlexLayout.Layout).addTabToTabSet But Actually I can't add to the layout because those are different layouts .. so How to get sub layout from the parent layout ??

danyabdo94 avatar Aug 09 '20 16:08 danyabdo94

you can create a ref to the sublayout when you create it in the outer layout factor() method

nealus avatar Aug 10 '20 07:08 nealus