Method GrowMinSize
GrowMinSize(WindowSizeToContentMode, double?, double?)
Increase minimal size to the specified value.
public virtual void GrowMinSize(WindowSizeToContentMode mode, double? minWidthAtLeast = null, double? minHeightAtLeast = null)
Parameters
modeWindowSizeToContentModeMinimal size increase mode.
minWidthAtLeastdouble?Minimal width will be at least. Optional. If not specified, current control's width is used.
minHeightAtLeastdouble?Minimal height will be at least. Optional. If not specified, current control's height is used.