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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...