minHeight Number (default: 50)

The minimum height (in pixels) that may be achieved by resizing the Window.

Example

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  minHeight: 100
});
</script>
In this article