This is a migrated thread and some comments may be shown as answers.

HowTo FullScreen with RibbonWindow

1 Answer 151 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 02 Feb 2012, 03:32 PM
Hi there,

on a regular Window this makes it appear without a border and overlap the taskbar.

WindowStyle = System.Windows.WindowStyle.None;
Topmost = true;
WindowState = System.Windows.WindowState.Maximized;


However RadRibbonWindows don't get impressed.

Even doing

WindowChrome.SetWindowChrome(this, null);

does not help.

Hints anyone?

Thanks Martin

1 Answer, 1 is accepted

Sort by
0
Accepted
Viktor Tsvetkov
Telerik team
answered on 07 Feb 2012, 05:42 PM
Hi,

Currently you cannot achieve such behaviour with the RadRibbonWindow. I have logged the issue in our PITS under the name "RibbonWindow: Add a possibility to imitate fullscreen mode" and it will be ready for tracking and voting tomorrow the latest. I have updated your Telerik points.

All the best,
Viktor Tsvetkov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
RibbonView and RibbonWindow
Asked by
Martin
Top achievements
Rank 1
Answers by
Viktor Tsvetkov
Telerik team
Share this question
or