Hi,
Is it possible to somehow set the RadWindow to be always in maximized state?
I have a window which should be always maximized and I defined the window behaviours like the following. This works ok when I open the window at the first time but if I close the window and open it again it is in "normal" state and not maximized anymore.
InitialBehavior
="Maximize"
Behavior="Maximize"
Regards,
Pete