Jump to content

Advanced Tab


Sherzod

Recommended Posts

  • 3 weeks later...
  • 1 year later...
  • 4 weeks later...
  • 6 months later...

Hello,

1 hour ago, evayazilim said:

can you help me for this pagecontrol, 

how the pagecontrol tabs position on the right?

 

You can try this approach:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  with UniPageControl1.ClientEvents.UniEvents do
  begin
    Values['tabPanel.beforeInit'] := 'function tabPanel.beforeInit(sender, config){config.tabPosition = "right"; config.tabRotation = 0;}';
  end;
end;

image.png.f4a94a7ff2b2152c6b6dd87264a0d4e3.png

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...