Jump to content

Recommended Posts

Posted

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

image.png

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

Posted

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

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