Jump to content
Software FX Community

Title Separation is Modified Along with Pane Separation When Using Multiple Panes


fomur

Recommended Posts

Hi,

I am working on formatting multiple panes and have the following problem. I am trying to create multiple panes and each of them has its own title. When I try to increase space between the panes, somehow title separation also increases. I have tried to set Title-Separation property to zero, but it only works when separation property is small enough. I have tried following to reach expected outcome but it didn't work:

Pane p2 = new Pane();

p2.Title.Text = "Secondary Pane";

p2.Separation = 50;

p2.Title.Separation = 0;

I have attached two images containing actual and expected charts. Can you help me out is there any other way to fix pane title close to the pane while space between panes are increased?

Thanks,

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.
Note: Your post will require moderator approval before it will be visible.

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