Hi there,
on a regular Window this makes it appear without a border and overlap the taskbar.
However RadRibbonWindows don't get impressed.
Even doing
does not help.
Hints anyone?
Thanks Martin
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