jahlxx Posted November 23, 2016 Posted November 23, 2016 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. Quote
Sherzod Posted November 23, 2016 Posted November 23, 2016 Hi, In some vcl tabcontrol, I can change the appearance of sheets. Can be "usual" sheets, links, buttons, etc. not implemented yet Quote
Sherzod Posted November 23, 2016 Posted November 23, 2016 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. Quote
jahlxx Posted November 23, 2016 Author Posted November 23, 2016 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. Quote
Sherzod Posted November 23, 2016 Posted November 23, 2016 Sorry. Don't work. http://forums.unigui.com/index.php?/topic/5317-change-tab-position-of-pagecontrol-to-bottom/&do=findComment&comment=27214 Quote
jahlxx Posted November 23, 2016 Author Posted November 23, 2016 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.