【发布时间】:2017-09-25 13:32:07
【问题描述】:
【问题讨论】:
【问题讨论】:
您可以像这样设置宽度和高度大小:
this.radPageView1.GetChildAt(0).GetChildAt(0).MinSize = new System.Drawing.Size(400, 0);
还可以像这样用设计师设置尺寸:
点击RadPageView Task然后更改Item Area Width
要为RadPageView 设置边距,请使用:
this.radPageView1.GetChildAt(0).GetChildAt(0).Margin = new System.Windows.Forms.Padding(-20, 0, 0, 0);
还可以像这样用设计师设置边距:
点击RadPageView Task然后点击Edit UI Element然后点击StripViewItemContainer更改margin
【讨论】: