回复 4楼xingaoyang的帖子
使用您提供的代码,通过 TX X22 目前没有重现这个问题:
TX14 出现这个问题,应该是产品bug,可以尝试通过以下代码看能否解决:
- this.textControl1.SuspendLayout();
- TXTextControl.Section section = this.textControl1.Sections.GetItem();
- section.HeadersAndFooters.Remove(HeaderFooterType.Header);
- this.textControl1.ResumeLayout();
复制代码 |