| |
- In some case, due to your customed content inside Window, you may need to limit the size of Window that user may resize.
- MinWidth is used to specify the smallest width.
- MinHeight is used to specify the smallest height.
| | |
MinWidth = 200;
MinHeight = 200;
| | |
|
Sample code
|
<owd:Window ... MinWidth="200" MinHeight="200" ...> ... Content ... </owd:Window>
| | |
| "We LOVE your components. They are awesome!" |
Greg Kirchdorfer |
| Internet Office, Inc. |
| | |
|
|
|
|