1) 设置控件的SizeConstraintsType为DevExpress.XtraLayout.SizeConstraintsType.Custom;
2)设置控件的FillControlToClientArea 为False
3)设置控件的ControlMaxSize的大小(必要时也可以设置ControlMinSize),设置例子如下所示。
你这个ascx假设要在Index.aspx页面用,那么Index.aspx这么写:
<%@ Register Src="~/TestControl.ascx" TagName="tc" TagPrefix="uc1" %>