Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Window > RadWindow without Border

Not answered RadWindow without Border

Feed from this thread
  • Mehri avatar

    Posted on Aug 15, 2011 (permalink)

    Hi
    I'm using RadWindow as message box, I want to hide window border how can I do that?

    Thanks in advance
    Mehri

    Reply

  • Posted on Aug 16, 2011 (permalink)

    Try this

    var myRadWindow = new RadWindow();
     myRadWindow.BorderThickness = new Thickness(0);

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Mehri avatar

    Posted on Aug 17, 2011 (permalink)

    Thanks, but it didn't work for me :(

    Reply

  • Posted on Aug 17, 2011 (permalink)

    Okay try with

    myRadWindow.BorderBrush = null

    Now when I run my code, I don't have any border.
    If this still don't work, feel free to provide an image or small sample project.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > Window > RadWindow without Border
Related resources for "RadWindow without Border"

WPF Window Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]