- 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 really love your control suite -- its relatively light-weight, flexible, and pretty damned feature-rich; keep up the good work~!" |
Stephen A. Bohlen |
| Microdesk, Inc |
| | |
|