Table of Contents
AllowResize Property

Gets or sets a boolean indicating if a Dialog can be resized. Default is false.

Syntax
 public Boolean AllowResize { get; set; }
Remarks

By default, user cannot resize the dialog. If this property is set to true, user can resize the dialog by dragging the bottom right corner of the dialog frame.

Optionally, you can use other properties to restraint the resizing behavior. See ConfineElementID, MinHeight, MinWidth, MaxHeight, MaxWidth for details.

See Also