Jump to content

Hide collapsible menu in UniPanel


artem_niko

Recommended Posts

Hello!

How I can hide this title in UniPanel?

image.png.b63678c20da34c410dde4feaf137c75a.png

I need to leave the ability to collapse UniPanel, with the property UniPanel1.Collapsible=True, but at the same time hide what I highlighted with a red frame.

The thing is that if I set UniPanel1.Collapsible=False and click 

procedure TMainForm.UniImage2Click(Sender: TObject);
begin
  UniPanel7.Collapsed:=not UniPanel7.Collapsed;
end;


then when UniPanel1 collapses, everything under it, for example, UniPanel2, does not rise up. UniPanel2 is raised correctly only if you register UniPanel1.Collapsible=True and collapse/expand through the arrow in the UniPanel1 header.

Link to comment
Share on other sites

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