If I use a small screen resolution, buttons "OK" and "Cancel" was invisible (do not fit on the screen) see image
Possible to do, when you open image-control it immediately expand to full screen? Or suggest another option
2 Answers, 1 is accepted
0
Accepted
Todor
Telerik team
answered on 10 Aug 2012, 12:49 PM
Hello Hans,
The top and the bottom parts of the ImageEditorDialog are invisible because they have fixed Width and Height properties and your resolution is smaller that their size. So, the way to fit the dialog into your screen is to set its WindowState property to "Maximize".
You can do this implicitly -adding references to NoXaml binaries and using external themes. Here you can read our detailed article how to do that.
After you have merged the necessary resource dictionaries in the App.xaml file, please add the following namespace: