Hi guys, I have a probem when changing the width and height of the image manager for the editor, the new size chop the preview panel width and if the height is smaller than the default height, the buttons in the bottom part of the dialog are hidden, is there any way to re-acomodate the panels inside also I would like to hide the folder explorer panel because all the images will be in the same folder.
I'm using the following code to change the size of the image manager:
DialogDefinition imageManagerDialog = this.RadEditor1.GetDialogDefinition("ImageManager");
imageManagerDialog.Width = Unit.Pixel(500);
imageManagerDialog.Height = Unit.Pixel(400);
I attach a screenshot.
Thanks in advance
Regards
I'm using the following code to change the size of the image manager:
DialogDefinition imageManagerDialog = this.RadEditor1.GetDialogDefinition("ImageManager");
imageManagerDialog.Width = Unit.Pixel(500);
imageManagerDialog.Height = Unit.Pixel(400);
I attach a screenshot.
Thanks in advance
Regards