ASP.NET Window - MinWidth & MinHeight Tutorial

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.






ASP.NET
          <owd:Window ... MinWidth="200" MinHeight="200" ...>

                    ... Content ...

          </owd:Window>    

"The Window control has turned out to be excellent. It is 100% better than anything I have seen...."

W.Butler

Random testimonial   All testimonials