Jump to content

Recommended Posts

Posted

Hi.

 

In some vcl tabcontrol, I can change the appearance of sheets. Can be "usual" sheets, links, buttons, etc.

 

And in some cases, can put sheets titles in vertical.

 

Is this possible with unigui?

 

Thanks.

Posted

And in some cases, can put sheets titles in vertical.

 

Is this possible with unigui?

 

partially, you can try like this:

 

UniPageControl1 -> ClientEvents -> UniEvents :

function tabPanel.beforeInit(sender, config)
{
    sender.tabPosition = "left"
}

Best regards.

Posted

Sorry. Don't work.

 

I have some levels of tabcontrols, and could be usefull for the users differents appearance.

 

Changing the color could be enough for me right now, but can't find the property.

 

Thanks.

Posted

ok. ok. sorry, works.

 

as you said, partially. trhe titles are at the left side, but text in vertical. could be extrange for users.

 

how can I change the color?

 

thanks.

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...