Luca Cenci Posted June 20, 2024 Posted June 20, 2024 Hello, using licensed UniGUI 1.95.0 build 1583 here, I would like to completely hide the title header panel of a collapsible TUniPanel used with LayoutConfig.Split = true, arranged in a border panel on "west" region. Infact, I would like to manipulate the collapsing of the panel with another button, instead of the default one provided by the title panel. I see property TitleVisible has not effect on that. Offcourse, when the panel is collapsed, the title bar to un-collapse it, should be visible as usual. How to? Thx Luca Quote
Sherzod Posted June 20, 2024 Posted June 20, 2024 Hello, First of all adjust your forum email address: Quote
Luca Cenci Posted June 20, 2024 Author Posted June 20, 2024 Well, sorry, it is written "Blank if same". In my case, it's the same... Quote
Sherzod Posted June 20, 2024 Posted June 20, 2024 1 hour ago, Luca Cenci said: it is written "Blank if same". In my case, it's the same... Okay. 1 hour ago, Luca Cenci said: I would like to completely hide the title header panel of a collapsible TUniPanel used with LayoutConfig.Split = true Ok, I will check. Quote
Sherzod Posted June 20, 2024 Posted June 20, 2024 UniPanel.Collapsible = False UniPanel.TitleVisible = False ? Quote
Luca Cenci Posted June 20, 2024 Author Posted June 20, 2024 Does not seem to work: making it non collapsible (and titleVisible=false), just removes the button to collapse, but the big header bar still remains: Quote
Luca Cenci Posted June 21, 2024 Author Posted June 21, 2024 Ok I solved it while trying to make the testcase. The problem was that I was using a JS script from another forum thread to adjust the title position some way, and that code remained there erroneously: function beforeInit(sender, config) { config.header = { titlePosition: 1 } } Removing that code worked for me. Thanks for your support. Luca 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.