Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Forms, Dialogs, TitleBar, StatusStrip > Resize ShapedForm?

Not answered Resize ShapedForm?

Feed from this thread
  • Posted on Sep 5, 2008 (permalink)

    Is there any way to have ShapedForm resizable like a standard windows form, without adding a StatusStrip to the form?  It seems the problem is that the ShapedForm has a FormBorderStyle set to None, but changing this to anything else shows the windows form titlebar.

    Reply

  • Martin Vasilev Martin Vasilev admin's avatar

    Posted on Sep 8, 2008 (permalink)

    Hi Adam,

    Thank you for writing.

    ShapedForm treats the whole space as its client area. When you dock a control in the form, it covers the border of the window and this disables form resizing. I would suggest setting an appropriate Padding value for the form. Another option is to add and anchor a panel that will contain all controls inside the form.

    I hope this helps. If you have other questions, do not hesitate to contact me.

    Kind regards,
    Martin Vasilev
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

    Reply

  • Q1 Webinar Week

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Forms, Dialogs, TitleBar, StatusStrip > Resize ShapedForm?
Related resources for "Resize ShapedForm?"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]