SplitterPanel and Panel Header Problem in release 2.2.24

0
0

Hi,

i have a SplitContainer with settings:

this.splitContainer.Panel1.HeaderAlignment = Wisej.Web.HorizontalAlignment.Right;
this.splitContainer.Panel1.HeaderBackColor = System.Drawing.Color.FromName(“@control”);
this.splitContainer.Panel1.HeaderPosition = Wisej.Web.HeaderPosition.Left;
this.splitContainer.Panel1.ShowHeader = true;
this.splitContainer.Panel1.Text = “Site Navigation”;

I expect the width of header of Panel1 (SplitterPanel)  will be 28px, but it depends on length of Panel1.Text.

Please take a look at it.

Thank you,

Page

Attachment
  • You must to post comments
0
0

Hi,

this is fixed in Wisej 2.2.29

Best regards
Frank

  • You must to post comments
0
0

Please attach the test case showing the issue.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.