答案 0 :(得分:1)
你可以设置宽度和宽度像这样的身高:
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