Jump to content

UnimTabControl with tab bottom for mobile


valdneyp

Recommended Posts

8 minutes ago, valdneyp said:

how do I get the tab below using the "unimtabcontrol" component? thanks!

Hello,

procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
  UnimTabPanel1.JSInterface.JSConfig('tabBarPosition', ['bottom']);
end;

 

  • Like 3
Link to comment
Share on other sites

×
×
  • Create New...