bbm Posted May 6, 2015 Posted May 6, 2015 As default all Tabs of a PageControl are on top. Is there any way to bring them to bottom. Quote
Sherzod Posted May 6, 2015 Posted May 6, 2015 Hi, Try: UniPageControl1 -> ClientEvents -> UniEvents : function tabPanel.beforeInit(sender, config) { sender.tabPosition = "bottom" } Best regards! Quote
bbm Posted May 6, 2015 Author Posted May 6, 2015 Hi, Thank you very much. That works great. Best regards. Quote
chrisjohn82 Posted November 9, 2015 Posted November 9, 2015 I've tried this and i have the latest build of unigui but when i add a new page it still goes to the TOP, is there something else that i need to do?? Best Regards Quote
chrisjohn82 Posted November 9, 2015 Posted November 9, 2015 Never mind my post, it works. Have to run the application to see the changes. Quote
Mike Posted January 13, 2017 Posted January 13, 2017 (edited) I tried this in version 1.0.0.1362 but is doesn't seem to work anymore. Can anyone confirm this? Nevermind. My mistake... Edited January 13, 2017 by Mike Quote
david_navigator Posted April 28, 2018 Posted April 28, 2018 I've just tried this is the latest trial and it doesn't seem to work. Three options1. It's not supported in the trial2. It doesn't work in the current version3. I'm doing something wrong.As I'm new to this I'm guessing 3 is the most likely. My PageControl is in a Frame which is embedded in to a panel at run time - would this make a difference ? procedure TMainForm.UniToolButton1Click(Sender: TObject); begin with TUniFrame1.create(self) do begin Parent := UniPanel1; Align := alclient; top := 0; left := 0; Show; end; end; Quote
david_navigator Posted April 28, 2018 Posted April 28, 2018 Ignore - I just found this thread which works http://forums.unigui.com/index.php?/topic/10344-tabs-at-bottom-and-reordering-the-tabs/ Quote
JamesC Posted November 14, 2020 Posted November 14, 2020 I am currently using unimTabPanel instead of UniPageControl in mobile application. Tried to put this beforeInit function inside TabPanel or every individual TabSheet, tab position is always on top. Any advice? Thanks. Quote
Sherzod Posted November 14, 2020 Posted November 14, 2020 Hello, First of all, can you please specify, which edition and build of UniGUI are you using? Quote
JamesC Posted November 14, 2020 Posted November 14, 2020 Thank you for your so quick reply. I am using 1.90.0.1530. Quote
Sherzod Posted November 14, 2020 Posted November 14, 2020 3 hours ago, JamesC said: I am using 1.90.0.1530. Thanks. if you are not using the trial version, please adjust your forum email address: Quote
JamesC Posted November 14, 2020 Posted November 14, 2020 Thank you Sherzod. I will adjust it later. 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.